[Android] GUI: remove the bottom orange line of the tabs
Adrien Maglo
git at videolan.org
Wed Jan 29 15:08:57 CET 2014
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Jan 29 15:08:50 2014 +0100| [0f2ae6f67e5b3f193fea822ac8d9eb55e34cc1ac] | committer: Adrien Maglo
GUI: remove the bottom orange line of the tabs
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=0f2ae6f67e5b3f193fea822ac8d9eb55e34cc1ac
---
vlc-android/res/drawable/tab_pressed.xml | 4 ----
vlc-android/res/drawable/tab_unselected.xml | 4 ----
2 files changed, 8 deletions(-)
diff --git a/vlc-android/res/drawable/tab_pressed.xml b/vlc-android/res/drawable/tab_pressed.xml
index 72e40c5..bca8d1c 100644
--- a/vlc-android/res/drawable/tab_pressed.xml
+++ b/vlc-android/res/drawable/tab_pressed.xml
@@ -17,10 +17,6 @@
android:right="10dp"
android:top="15dp" />
- <stroke
- android:width="2dp"
- android:color="@color/darkorange" />
-
<solid android:color="#00000000" />
</shape>
</item>
diff --git a/vlc-android/res/drawable/tab_unselected.xml b/vlc-android/res/drawable/tab_unselected.xml
index ad32997..58ffba2 100644
--- a/vlc-android/res/drawable/tab_unselected.xml
+++ b/vlc-android/res/drawable/tab_unselected.xml
@@ -12,10 +12,6 @@
android:right="10dp"
android:top="15dp" />
- <stroke
- android:width="2dp"
- android:color="@color/darkorange" />
-
<solid android:color="#00000000" />
</shape>
</item>
More information about the Android
mailing list