Files
location_ringer/LocationRinger/res/values-v14/theme.xml
2012-05-13 11:33:33 -04:00

10 lines
355 B
XML

<?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>