explicitly use Theme.Material as app theme

Fixed Samsung having made a white actionbar default and so my menubar
icons becoming invisible.
This commit is contained in:
Eric House 2017-08-27 10:12:37 -07:00
parent ff415640fd
commit 9231224eea
3 changed files with 4 additions and 0 deletions

View file

@ -46,6 +46,7 @@
<application android:icon="@drawable/icon48x48"
android:label="@string/app_name"
android:name=".XWApp"
android:theme="@style/AppTheme"
>
<activity android:name="MainActivity"

View file

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="android:Theme.Material"/>
<style name="config_separator">
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_width">fill_parent</item>

View file

@ -49,6 +49,7 @@
<application android:icon="@drawable/icon48x48"
android:label="@string/app_name"
android:name=".XWApp"
android:theme="@style/AppTheme"
>
<activity android:name="MainActivity"