[Android] Search fragment: change the color the search bar
Adrien Maglo
git at videolan.org
Sat Feb 1 18:05:29 CET 2014
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Sat Feb 1 18:03:48 2014 +0100| [154433124c3a29295585c488edf1848192cef653] | committer: Adrien Maglo
Search fragment: change the color the search bar
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=154433124c3a29295585c488edf1848192cef653
---
vlc-android/res/layout/search.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/search.xml b/vlc-android/res/layout/search.xml
index 16bcfc5..2dc1deb 100644
--- a/vlc-android/res/layout/search.xml
+++ b/vlc-android/res/layout/search.xml
@@ -11,7 +11,7 @@
android:paddingTop="5dip"
android:paddingLeft="5dip"
android:paddingRight="5dip"
- android:background="@drawable/actionbar_background">
+ android:background="?attr/background_menu_divider">
<ImageView
android:layout_width="35dip"
android:layout_height="35dip"
More information about the Android
mailing list