From 6484f85ce4df7113e016cecff05a759bd8ad26b6 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 19 Jul 2022 09:13:51 +0200 Subject: [PATCH] Fix issue #259 - Themes can't be selected --- .../main/res/layout/popup_status_theme.xml | 798 +++++++++--------- 1 file changed, 400 insertions(+), 398 deletions(-) diff --git a/app/src/main/res/layout/popup_status_theme.xml b/app/src/main/res/layout/popup_status_theme.xml index a3fb6a7c6..2d52bcfb4 100644 --- a/app/src/main/res/layout/popup_status_theme.xml +++ b/app/src/main/res/layout/popup_status_theme.xml @@ -1,450 +1,452 @@ - + android:layout_height="match_parent"> + android:orientation="vertical"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:paddingStart="@dimen/fab_margin" + android:paddingTop="20dp" + android:paddingEnd="@dimen/fab_margin" + android:paddingBottom="20dp"> - - - - - + + android:maxLines="1" + tools:text="Display Name" /> + android:layout_marginStart="6dp" + android:alpha="0.7" + android:ellipsize="end" + android:maxLines="1" + tools:text="\@username\@instance.test" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:background="?backgroundColorLight" + android:orientation="vertical" + android:padding="@dimen/fab_margin"> - + + + + + + - - - - \ No newline at end of file +