mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-07 20:46:17 +01:00
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:
parent
ff415640fd
commit
9231224eea
3 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue