Make db info text selectable
This commit is contained in:
parent
473f15bb0f
commit
3cd031bf0d
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue