mirror of
https://github.com/moparisthebest/android-app
synced 2024-11-14 21:05:11 -05:00
changed theme: using DeviceDefault.Light.DarkActionBar for API 14+
This commit is contained in:
parent
f30b04ac2e
commit
69e9e332a3
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="app_theme" parent="android:Theme.DeviceDefault.Light"/>
|
||||
<style name="app_theme" parent="android:Theme.DeviceDefault.Light.DarkActionBar"/>
|
||||
<style name="mainActivity_theme" parent="android:Theme.DeviceDefault.Light.NoActionBar" />
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user