[android] Make version text selectable

Needed for #1334
Signed-off-by: Filip Czaplicki <github@starsep.com>
This commit is contained in:
Filip Czaplicki 2021-10-13 00:09:16 +02:00 committed by Alexander Borsuk
parent 7e0ebb52b4
commit 8e6ec8b149

View file

@ -23,6 +23,7 @@
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:textAppearance="@style/MwmTextAppearance.Body1"
android:textIsSelectable="true"
tools:text="Version: 5.0.0"/>
<TextView
@ -31,6 +32,7 @@
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:textAppearance="@style/MwmTextAppearance.Body4"
android:textIsSelectable="true"
tools:text="Data: 151215"/>
<TextView android:layout_width="match_parent"