[Android] Change default browsers empty view text

Geoffrey Métais git at videolan.org
Tue Dec 26 17:16:24 CET 2017


vlc-android | branch: 2.5.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Dec 26 16:07:09 2017 +0100| [d6e286c48058a7fb490032294d71489f827ec475] | committer: Geoffrey Métais

Change default browsers empty view text

(cherry picked from commit ca6c62bf1553a7d57852b4c5c1ce3c79cb84da04)

> https://code.videolan.org/videolan/vlc-android/commit/d6e286c48058a7fb490032294d71489f827ec475
---

 vlc-android/res/layout/directory_browser.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/res/layout/directory_browser.xml b/vlc-android/res/layout/directory_browser.xml
index 17121fc0a..4ab543c36 100644
--- a/vlc-android/res/layout/directory_browser.xml
+++ b/vlc-android/res/layout/directory_browser.xml
@@ -34,7 +34,7 @@
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
                 android:gravity="center"
-                android:text="@string/directory_empty"/>
+                android:text="@string/loading"/>
         </FrameLayout>
     </org.videolan.vlc.gui.view.SwipeRefreshLayout>
 



More information about the Android mailing list