1
0
mirror of https://github.com/etesync/android synced 2024-12-23 07:08:16 +00:00

Debug info: make the text selectable.

This commit is contained in:
Tom Hacohen 2020-09-11 17:21:20 +03:00
parent bf1acb1ff5
commit da26aaa179

View File

@ -28,6 +28,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/please_wait" android:text="@string/please_wait"
android:textIsSelectable="true"
android:typeface="monospace" /> android:typeface="monospace" />
</LinearLayout> </LinearLayout>