From 343b94506d8cac3faba7852e59e01ad9e6b91e5c Mon Sep 17 00:00:00 2001 From: Adrian Ulrich Date: Sat, 15 Apr 2017 12:02:51 +0200 Subject: [PATCH] use empty string as placeholder --- res/layout/medialibrary_preferences.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/medialibrary_preferences.xml b/res/layout/medialibrary_preferences.xml index 664843f0..199953b4 100644 --- a/res/layout/medialibrary_preferences.xml +++ b/res/layout/medialibrary_preferences.xml @@ -48,7 +48,7 @@ along with this program. If not, see . android:id="@+id/media_directories" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="-" /> + android:text="@string/empty" />