Enabled Holo theme for devices api 11+
closes #44 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
10
LocationRinger/res/values-v14/theme.xml
Normal file
10
LocationRinger/res/values-v14/theme.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="Theme.Custom" parent="android:Theme.DeviceDefault"></style>
|
||||
|
||||
<style name="Theme.Custom.NoTitleBar" parent="android:Theme.DeviceDefault.NoActionBar"></style>
|
||||
|
||||
<style name="Theme.Custom.Fullscreen" parent="android:Theme.DeviceDefault.NoActionBar.Fullscreen"></style>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user