forked from organicmaps/organicmaps
[android] Make version text selectable
Needed for #1334 Signed-off-by: Filip Czaplicki <github@starsep.com>
This commit is contained in:
parent
7e0ebb52b4
commit
8e6ec8b149
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue