mirror of
https://github.com/moparisthebest/android-app
synced 2024-11-14 21:05:11 -05:00
improving app style: using app theme "DeviceDefault.Light" on API Level 14+
This commit is contained in:
parent
456947be56
commit
b6b7675eb5
5
res/values-v14/styles.xml
Normal file
5
res/values-v14/styles.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="app_theme" parent="android:Theme.DeviceDefault.Light"/>
|
||||
<style name="mainActivity_theme" parent="android:Theme.DeviceDefault.Light.NoActionBar" />
|
||||
</resources>
|
Loading…
Reference in New Issue
Block a user