[Android] Change default browsers empty view text
Geoffrey Métais
git at videolan.org
Tue Dec 26 16:07:55 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Dec 26 16:07:09 2017 +0100| [ca6c62bf1553a7d57852b4c5c1ce3c79cb84da04] | committer: Geoffrey Métais
Change default browsers empty view text
> https://code.videolan.org/videolan/vlc-android/commit/ca6c62bf1553a7d57852b4c5c1ce3c79cb84da04
---
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