summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/activity_show_account.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/activity_show_account.xml')
-rw-r--r--app/src/main/res/layout/activity_show_account.xml41
1 files changed, 20 insertions, 21 deletions
diff --git a/app/src/main/res/layout/activity_show_account.xml b/app/src/main/res/layout/activity_show_account.xml
index af1fa7f51..ab7f322a3 100644
--- a/app/src/main/res/layout/activity_show_account.xml
+++ b/app/src/main/res/layout/activity_show_account.xml
@@ -179,7 +179,7 @@
android:id="@+id/account_dn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:maxLines="1"
+ android:singleLine="true"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:textColor="?colorAccent"
android:textSize="18sp" />
@@ -188,7 +188,7 @@
android:id="@+id/account_un"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:maxLines="1"
+ android:singleLine="true"
android:textSize="16sp" />
<TextView
@@ -249,13 +249,13 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView
- android:textIsSelectable="true"
android:id="@+id/account_note"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:gravity="center"
- android:padding="10dp" />
+ android:padding="10dp"
+ android:textIsSelectable="true" />
<HorizontalScrollView
android:layout_width="match_parent"
@@ -277,7 +277,7 @@
android:layout_marginStart="3dp"
android:layout_marginEnd="3dp"
android:background="@drawable/blue_border"
- android:maxLines="1"
+ android:singleLine="true"
android:textColor="@color/mastodonC4"
android:visibility="gone" />
@@ -288,9 +288,9 @@
android:layout_marginStart="3dp"
android:layout_marginEnd="3dp"
android:background="@drawable/blue_border"
- android:maxLines="1"
- android:visibility="gone"
- android:textColor="@color/mastodonC4" />
+ android:singleLine="true"
+ android:textColor="@color/mastodonC4"
+ android:visibility="gone" />
<TextView
android:id="@+id/account_followed_by"
@@ -299,7 +299,7 @@
android:layout_marginStart="3dp"
android:layout_marginEnd="3dp"
android:background="@drawable/green_border"
- android:maxLines="1"
+ android:singleLine="true"
android:text="@string/followed_by"
android:textColor="@color/verified_text"
android:visibility="gone" />
@@ -311,7 +311,7 @@
android:layout_marginStart="3dp"
android:layout_marginEnd="3dp"
android:background="@drawable/blue_border"
- android:maxLines="1"
+ android:singleLine="true"
android:text="@string/request_sent"
android:textColor="@color/mastodonC4"
android:visibility="gone" />
@@ -358,13 +358,13 @@
<TextView
android:id="@+id/value1"
- android:textIsSelectable="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:gravity="center"
android:paddingTop="10dp"
- android:paddingBottom="10dp" />
+ android:paddingBottom="10dp"
+ android:textIsSelectable="true" />
</LinearLayout>
</LinearLayout>
@@ -399,13 +399,13 @@
<TextView
android:id="@+id/value2"
- android:textIsSelectable="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:gravity="center"
android:paddingTop="10dp"
- android:paddingBottom="10dp" />
+ android:paddingBottom="10dp"
+ android:textIsSelectable="true" />
</LinearLayout>
</LinearLayout>
@@ -439,13 +439,13 @@
<TextView
android:id="@+id/value3"
- android:textIsSelectable="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:gravity="center"
android:paddingTop="10dp"
- android:paddingBottom="10dp" />
+ android:paddingBottom="10dp"
+ android:textIsSelectable="true" />
</LinearLayout>
</LinearLayout>
@@ -478,13 +478,13 @@
<TextView
android:id="@+id/value4"
- android:textIsSelectable="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:gravity="center"
android:paddingTop="10dp"
- android:paddingBottom="10dp" />
+ android:paddingBottom="10dp"
+ android:textIsSelectable="true" />
</LinearLayout>
</LinearLayout>
@@ -501,8 +501,7 @@
android:layout_height="wrap_content"
android:minHeight="?attr/actionBarSize"
app:layout_collapseMode="pin"
- app:theme="@style/ThemeOverlay.AppCompat.Light"
- >
+ app:theme="@style/ThemeOverlay.AppCompat.Light">
<LinearLayout
android:id="@+id/toolbar_content"
@@ -528,7 +527,7 @@
android:layout_gravity="center_vertical"
android:layout_marginStart="5dp"
android:layout_weight="1"
- android:maxLines="1"
+ android:singleLine="true"
android:textSize="14sp" />
<ImageView