[Android] Use normal theme since AppCompat 22.1
Geoffrey Métais
git at videolan.org
Mon Apr 27 18:37:24 CEST 2015
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Apr 27 17:19:09 2015 +0200| [c82586d1bb5f037fa691ef0a2cfe1c37abc17d13] | committer: Geoffrey Métais
Use normal theme since AppCompat 22.1
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=c82586d1bb5f037fa691ef0a2cfe1c37abc17d13
---
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 1140180..341a738 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"
- app:theme="@style/Toolbar.VLC"
+ android:theme="@style/Toolbar.VLC"
app:popupTheme="?attr/toolbar_popup_style"
android:background="?attr/background_actionbar"
- app:navigationIcon="?attr/homeAsUpIndicator"
+ android:navigationIcon="?attr/homeAsUpIndicator"
app:titleMarginStart="@dimen/default_margin"/>
\ No newline at end of file
More information about the Android
mailing list