mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-06-05 22:19:12 +02:00
Make db info text selectable
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="2"
|
android:layout_weight="2"
|
||||||
|
android:textIsSelectable="true"
|
||||||
tools:text="Some data" />
|
tools:text="Some data" />
|
||||||
|
|
||||||
<Space
|
<Space
|
||||||
|
@@ -48,6 +48,7 @@
|
|||||||
android:id="@+id/debugResultsTextView"
|
android:id="@+id/debugResultsTextView"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:textIsSelectable="true"
|
||||||
tools:text="Some data" />
|
tools:text="Some data" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Reference in New Issue
Block a user