[Android] Apply dynamic theme to the Action Bar
Alexandre Perraud
git at videolan.org
Thu Feb 26 17:30:50 CET 2015
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Thu Feb 26 17:27:03 2015 +0100| [9b42f5749586862f59ab7f3a161704339e7aa23f] | committer: Alexandre Perraud
Apply dynamic theme to the Action Bar
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=9b42f5749586862f59ab7f3a161704339e7aa23f
---
vlc-android/res/layout/main.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vlc-android/res/layout/main.xml b/vlc-android/res/layout/main.xml
index 172431d..c5e7943 100644
--- a/vlc-android/res/layout/main.xml
+++ b/vlc-android/res/layout/main.xml
@@ -31,7 +31,7 @@
<View
android:layout_width="fill_parent"
android:layout_height="?attr/actionBarSize"
- android:background="@drawable/actionbar_background" />
+ android:background="?attr/background_actionbar" />
<FrameLayout
android:id="@+id/fragment_placeholder"
@@ -88,5 +88,5 @@
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:minHeight="?attr/actionBarSize"
- android:background="@drawable/actionbar_background" />
+ android:background="?attr/background_actionbar" />
</FrameLayout>
More information about the Android
mailing list