mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-26 09:48:46 +00:00
Make package name selectable
This commit is contained in:
parent
b4755e1e50
commit
4c8058b240
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue