fix text viewer
This commit is contained in:
parent
805d9f4879
commit
3142f99011
1 changed files with 1 additions and 1 deletions
|
@ -10,8 +10,8 @@
|
||||||
android:id="@+id/textShow"
|
android:id="@+id/textShow"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:clickable="false"
|
|
||||||
android:ems="10"
|
android:ems="10"
|
||||||
|
android:focusable="false"
|
||||||
android:gravity="start|top"
|
android:gravity="start|top"
|
||||||
android:inputType="textMultiLine"
|
android:inputType="textMultiLine"
|
||||||
tools:ignore="MissingConstraints"
|
tools:ignore="MissingConstraints"
|
||||||
|
|
Loading…
Reference in a new issue