[Android] History emptyview is gone by default

Geoffrey Métais git at videolan.org
Wed Nov 23 18:11:34 CET 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Nov 23 18:10:59 2016 +0100| [0613fb501dfe2edcc1a2f4f00746e346683a141b] | committer: Geoffrey Métais

History emptyview is gone by default

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

 vlc-android/res/layout/history_list.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vlc-android/res/layout/history_list.xml b/vlc-android/res/layout/history_list.xml
index cb83d8f..8f2afaf 100644
--- a/vlc-android/res/layout/history_list.xml
+++ b/vlc-android/res/layout/history_list.xml
@@ -27,7 +27,8 @@
                 android:gravity="center"
                 android:paddingTop="30dip"
                 android:text="@string/nohistory"
-                android:textSize="20sp" />
+                android:textSize="20sp"
+                android:visibility="gone"/>
         </FrameLayout>
     </org.videolan.vlc.gui.view.SwipeRefreshLayout>
 



More information about the Android mailing list