[Android] UI: Remove ActionBar background unused code
Alexandre Perraud
git at videolan.org
Fri Feb 27 11:23:01 CET 2015
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Fri Feb 27 11:21:58 2015 +0100| [bb9f1dc6904d1f17b4a60abdb65ef31dd6fedf87] | committer: Alexandre Perraud
UI: Remove ActionBar background unused code
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=bb9f1dc6904d1f17b4a60abdb65ef31dd6fedf87
---
vlc-android/res/drawable/actionbar_background.xml | 7 -------
vlc-android/res/drawable/background_item.xml | 6 +++---
2 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/vlc-android/res/drawable/actionbar_background.xml b/vlc-android/res/drawable/actionbar_background.xml
deleted file mode 100644
index 63e3d94..0000000
--- a/vlc-android/res/drawable/actionbar_background.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle" >
-
- <solid android:color="@color/darkorange" />
-
-</shape>
diff --git a/vlc-android/res/drawable/background_item.xml b/vlc-android/res/drawable/background_item.xml
index 8ad2fad..0d2ebc8 100644
--- a/vlc-android/res/drawable/background_item.xml
+++ b/vlc-android/res/drawable/background_item.xml
@@ -2,16 +2,16 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true">
<shape android:shape="rectangle">
- <solid android:color="@color/orange" />
+ <solid android:color="@color/orange400" />
</shape>
</item>
<item android:state_selected="true">
<shape android:shape="rectangle">
- <solid android:color="@color/darkorange" />
+ <solid android:color="@color/orange500" />
</shape>
</item>
<item android:state_focused="true">
<shape android:shape="rectangle">
- <solid android:color="@color/orange" />
+ <solid android:color="@color/orange400" />
</shape>
</item></selector>
More information about the Android
mailing list