Make text selectable

This commit is contained in:
tom79 2020-03-07 15:53:56 +01:00
parent 667fc51dd1
commit 16f5911c06
3 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Added:
- Text selectable for fields in profiles
Fixed:
- Fix the scrolling issue in timelines
- Peertube videos crashes
- Color of the compose menu for the light theme

View File

@ -349,6 +349,7 @@
android:orientation="vertical">
<TextView
android:textIsSelectable="true"
android:id="@+id/value1"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -389,6 +390,7 @@
android:orientation="vertical">
<TextView
android:textIsSelectable="true"
android:id="@+id/value2"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -428,6 +430,7 @@
android:orientation="vertical">
<TextView
android:textIsSelectable="true"
android:id="@+id/value3"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -466,6 +469,7 @@
android:orientation="vertical">
<TextView
android:textIsSelectable="true"
android:id="@+id/value4"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@ -358,6 +358,7 @@
<TextView
android:id="@+id/value1"
android:textIsSelectable="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
@ -398,6 +399,7 @@
<TextView
android:id="@+id/value2"
android:textIsSelectable="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
@ -437,6 +439,7 @@
<TextView
android:id="@+id/value3"
android:textIsSelectable="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
@ -475,6 +478,7 @@
<TextView
android:id="@+id/value4"
android:textIsSelectable="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"