From 3142f99011d61b8d40c08b7ceb5e86708e818f3a Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Wed, 7 Sep 2022 13:57:19 -0700 Subject: [PATCH] fix text viewer --- app/src/main/res/layout/activity_text_viewer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_text_viewer.xml b/app/src/main/res/layout/activity_text_viewer.xml index 0cffde8..64d4b63 100644 --- a/app/src/main/res/layout/activity_text_viewer.xml +++ b/app/src/main/res/layout/activity_text_viewer.xml @@ -10,8 +10,8 @@ android:id="@+id/textShow" android:layout_width="match_parent" android:layout_height="match_parent" - android:clickable="false" android:ems="10" + android:focusable="false" android:gravity="start|top" android:inputType="textMultiLine" tools:ignore="MissingConstraints"