[Android] UI: Remove ActionBar background unused code, afterpart

Alexandre Perraud git at videolan.org
Fri Feb 27 11:38:03 CET 2015


vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Fri Feb 27 11:34:58 2015 +0100| [a01d1e70eaf15bff3ff7443f5f8ea5c86f65710d] | committer: Alexandre Perraud

UI: Remove ActionBar background unused code, afterpart

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

 vlc-android/res/values/styles.xml |    1 -
 1 file changed, 1 deletion(-)

diff --git a/vlc-android/res/values/styles.xml b/vlc-android/res/values/styles.xml
index 13f4677..981773e 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -185,7 +185,6 @@
     </style>
 
     <style name="ActionBar" parent="Widget.AppCompat.Light.ActionBar">
-        <item name="background">@drawable/actionbar_background</item>
         <item name="titleTextStyle">@style/ActionBar.Text</item>
     </style>
 



More information about the Android mailing list