From 2c9438d3afbf238287a72b7b457d9169a502c49d Mon Sep 17 00:00:00 2001 From: Ludovic Fauvet Date: Thu, 21 Jun 2012 16:00:08 +0200 Subject: [PATCH] Create a custom VLC style for the ActionBar --- vlc-android/AndroidManifest.xml | 8 ++++---- vlc-android/res/drawable/actionbar_background.xml | 4 ++++ vlc-android/res/values/styles.xml | 9 +++++++++ 3 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 vlc-android/res/drawable/actionbar_background.xml diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml index f7022b611..e07f3187f 100644 --- a/vlc-android/AndroidManifest.xml +++ b/vlc-android/AndroidManifest.xml @@ -18,14 +18,14 @@ + android:theme="@style/Theme.VLC" > @@ -58,7 +58,7 @@ android:theme="@android:style/Theme.NoTitleBar" /> + android:theme="@style/Theme.VLC"/> @@ -88,7 +88,7 @@ android:theme="@android:style/Theme.NoTitleBar" /> + android:theme="@style/Theme.VLC" /> diff --git a/vlc-android/res/drawable/actionbar_background.xml b/vlc-android/res/drawable/actionbar_background.xml new file mode 100644 index 000000000..f2f3257fc --- /dev/null +++ b/vlc-android/res/drawable/actionbar_background.xml @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/vlc-android/res/values/styles.xml b/vlc-android/res/values/styles.xml index b796b6332..a71661a09 100644 --- a/vlc-android/res/values/styles.xml +++ b/vlc-android/res/values/styles.xml @@ -7,4 +7,13 @@ true true + + + + -- GitLab