From 25937ce3a9467474ed74da1a6a12a349603bb491 Mon Sep 17 00:00:00 2001 From: Adrian Ulrich Date: Fri, 2 Apr 2021 09:27:33 +0200 Subject: [PATCH] put cancel button left from start button --- .../res/layout/medialibrary_preferences.xml | 35 ++++++++++--------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/app/src/main/res/layout/medialibrary_preferences.xml b/app/src/main/res/layout/medialibrary_preferences.xml index e4f212ad..c3b458ff 100644 --- a/app/src/main/res/layout/medialibrary_preferences.xml +++ b/app/src/main/res/layout/medialibrary_preferences.xml @@ -73,13 +73,24 @@ along with this program. If not, see . android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/media_scan_drop_db" /> - + + + + + . android:id="@+id/media_stats_progress_text" android:layout_width="match_parent" android:layout_height="wrap_content" - android:minLines="3" + android:minLines="4" android:text="@string/empty" /> - -