[Android] No more custom tab layout

Geoffrey Métais git at videolan.org
Mon Jun 15 11:45:23 CEST 2015


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Jun 15 11:44:58 2015 +0200| [7599afd38ef3210e36f7b541beb57d598dd55e6d] | committer: Geoffrey Métais

No more custom tab layout

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=7599afd38ef3210e36f7b541beb57d598dd55e6d
---

 vlc-android/res/layout/tab_layout.xml |   15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/vlc-android/res/layout/tab_layout.xml b/vlc-android/res/layout/tab_layout.xml
deleted file mode 100644
index d87b5f0..0000000
--- a/vlc-android/res/layout/tab_layout.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<TextView xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@+id/tab_title"
-    android:layout_width="wrap_content"
-    android:layout_height="wrap_content"
-    android:paddingLeft="5dp"
-    android:paddingRight="5dp"
-    android:paddingBottom="10dp"
-    android:paddingTop="2dp"
-    android:gravity="center"
-    android:singleLine="true"
-    android:ellipsize="end"
-    android:typeface="normal"
-    android:textSize="12sp"
-    android:textStyle="bold"
-    android:textColor="?attr/font_actionbar" />



More information about the Android mailing list