[Android] Revert "Use normal theme since AppCompat 22.1"
Geoffrey Métais
git at videolan.org
Mon May 11 19:06:03 CEST 2015
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon May 11 19:04:54 2015 +0200| [e5027831f84b3026eea5969c8648e7df9236cc46] | committer: Geoffrey Métais
Revert "Use normal theme since AppCompat 22.1"
This was breaking the settings page appearence
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e5027831f84b3026eea5969c8648e7df9236cc46
---
vlc-android/res/layout/toolbar.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vlc-android/res/layout/toolbar.xml b/vlc-android/res/layout/toolbar.xml
index 341a738..1140180 100644
--- a/vlc-android/res/layout/toolbar.xml
+++ b/vlc-android/res/layout/toolbar.xml
@@ -6,8 +6,8 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:navigationContentDescription="@string/abc_action_bar_up_description"
- android:theme="@style/Toolbar.VLC"
+ app:theme="@style/Toolbar.VLC"
app:popupTheme="?attr/toolbar_popup_style"
android:background="?attr/background_actionbar"
- android:navigationIcon="?attr/homeAsUpIndicator"
+ app:navigationIcon="?attr/homeAsUpIndicator"
app:titleMarginStart="@dimen/default_margin"/>
\ No newline at end of file
More information about the Android
mailing list