Make db info text selectable

This commit is contained in:
xynngh 2020-10-20 16:03:07 +04:00
parent 473f15bb0f
commit 3cd031bf0d
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="2"
android:textIsSelectable="true"
tools:text="Some data" />
<Space

View File

@ -48,6 +48,7 @@
android:id="@+id/debugResultsTextView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textIsSelectable="true"
tools:text="Some data" />
</LinearLayout>