Make package name selectable

This commit is contained in:
M66B 2016-02-27 09:16:08 +01:00
parent b4755e1e50
commit 4c8058b240
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:textAppearance="@style/TextSmall" />
android:textAppearance="@style/TextSmall"
android:textIsSelectable="true" />
<TextView
android:id="@+id/tvVersion"