Get rid of AppCompat theme
This commit is contained in:
parent
2c98a90d60
commit
679bd4e4c9
2 changed files with 8 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
android:allowNativeHeapPointerTagging="false"
|
||||
android:icon="@mipmap/icon"
|
||||
android:roundIcon="@mipmap/icon_round"
|
||||
android:theme="@style/Theme.AppCompat.NoActionBar">
|
||||
android:theme="@style/NoActionBar">
|
||||
|
||||
<activity
|
||||
android:name=".AmneziaActivity"
|
||||
|
|
|
|||
7
client/android/res/values/styles.xml
Normal file
7
client/android/res/values/styles.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="NoActionBar">
|
||||
<item name="android:windowActionBar">false</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
</style>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue