From c364875b71c0e910cf9a6d9d7029227792ac6fd8 Mon Sep 17 00:00:00 2001 From: Adrian Ulrich Date: Mon, 24 Apr 2017 19:02:48 +0200 Subject: [PATCH] Avoid jumps during rescan --- res/layout/medialibrary_preferences.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/res/layout/medialibrary_preferences.xml b/res/layout/medialibrary_preferences.xml index 199953b4..fafd7fe3 100644 --- a/res/layout/medialibrary_preferences.xml +++ b/res/layout/medialibrary_preferences.xml @@ -129,6 +129,9 @@ along with this program. If not, see . android:id="@+id/media_stats_progress_text" android:layout_width="match_parent" android:layout_height="wrap_content" + android:minLines="3" android:text="@string/empty" /> + +