mirror of https://github.com/M66B/NetGuard.git
Make package name selectable
This commit is contained in:
parent
b4755e1e50
commit
4c8058b240
|
@ -165,7 +165,8 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="4dp"
|
android:layout_marginTop="4dp"
|
||||||
android:textAppearance="@style/TextSmall" />
|
android:textAppearance="@style/TextSmall"
|
||||||
|
android:textIsSelectable="true" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tvVersion"
|
android:id="@+id/tvVersion"
|
||||||
|
|
Loading…
Reference in New Issue