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

10 lines
328 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Custom" parent="android:Theme.Holo"></style>
<style name="Theme.Custom.NoTitleBar" parent="android:Theme.Holo.NoActionBar"></style>
<style name="Theme.Custom.Fullscreen" parent="android:Theme.Holo.NoActionBar.Fullscreen"></style>
</resources>