[Android] Action bar: remove the darker orange line shadow

Adrien Maglo git at videolan.org
Wed Feb 19 09:23:52 CET 2014


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Feb 19 09:20:57 2014 +0100| [61390d38c839f987e57ee1b4c510644dbf8aa92d] | committer: Adrien Maglo

Action bar: remove the darker orange line shadow

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

 vlc-android/res/drawable/actionbar_shadow.xml |    9 ---------
 vlc-android/res/values-v11/styles.xml         |    1 -
 vlc-android/res/values/styles.xml             |    1 -
 3 files changed, 11 deletions(-)

diff --git a/vlc-android/res/drawable/actionbar_shadow.xml b/vlc-android/res/drawable/actionbar_shadow.xml
deleted file mode 100644
index af24bba..0000000
--- a/vlc-android/res/drawable/actionbar_shadow.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
-    android:shape="rectangle" >
-
-    <size android:height="2dp" />
-
-    <solid android:color="@color/darkerorange" />
-
-</shape>
\ No newline at end of file
diff --git a/vlc-android/res/values-v11/styles.xml b/vlc-android/res/values-v11/styles.xml
index 44a5869..b542e64 100644
--- a/vlc-android/res/values-v11/styles.xml
+++ b/vlc-android/res/values-v11/styles.xml
@@ -3,7 +3,6 @@
     <style name="Theme.VLC" parent="Theme.Sherlock.Light">
         <item name="android:actionBarStyle">@style/ActionBar</item>
         <item name="actionBarStyle">@style/ActionBar</item>
-        <item name="android:windowContentOverlay">@drawable/actionbar_shadow</item>
         <item name="android:listViewStyle">@style/Theme.VLC.List</item>
         <item name="android:gridViewStyle">@style/Theme.VLC.List</item>
         <item name="android:expandableListViewStyle">@style/Theme.VLC.List</item>
diff --git a/vlc-android/res/values/styles.xml b/vlc-android/res/values/styles.xml
index f1b1573..b398ab9 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -11,7 +11,6 @@
     <style name="Theme.VLC" parent="Theme.Sherlock.Light">
         <item name="actionBarStyle">@style/ActionBar</item>
         <item name="android:actionBarStyle">@style/ActionBar</item>
-        <item name="windowContentOverlay">@drawable/actionbar_shadow</item>
         <item name="android:listViewStyle">@style/Theme.VLC.List</item>
         <item name="android:gridViewStyle">@style/Theme.VLC.List</item>
         <item name="android:expandableListViewStyle">@style/Theme.VLC.List</item>



More information about the Android mailing list