[Android] Ensure bottom of 'About' view is visible

Geoffrey Métais git at videolan.org
Wed May 17 10:59:44 CEST 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed May 17 10:59:15 2017 +0200| [f751ea6869efa4be4aaa042da1d0d595f919500e] | committer: Geoffrey Métais

Ensure bottom of 'About' view is visible

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

 vlc-android/res/layout/about.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vlc-android/res/layout/about.xml b/vlc-android/res/layout/about.xml
index 911a0eb..9125865 100644
--- a/vlc-android/res/layout/about.xml
+++ b/vlc-android/res/layout/about.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:id="@android:id/tabcontent"
-    android:layout_width="fill_parent"
-    android:layout_height="fill_parent" >
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    android:paddingBottom="@dimen/actionBarSize">
 
     <include layout="@layout/tab_layout" />
-
         <android.support.v4.view.ViewPager
             android:id="@+id/pager"
             android:layout_width="match_parent"



More information about the Android mailing list