Formatting

This commit is contained in:
Anthony Restaino 2014-09-04 09:02:30 -04:00
parent 4e9c91643a
commit cf053854c5

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"> <resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="DefaultTheme" parent="android:Theme.Holo.Light"> <style name="DefaultTheme" parent="android:Theme.Holo.Light">
<item name="progressColor">@color/gray_medium</item> <item name="progressColor">@color/gray_medium</item>
<item name="arrowBackDrawable">@drawable/ic_action_back</item> <item name="arrowBackDrawable">@drawable/ic_action_back</item>
<item name="numberColor">@color/gray_dark</item> <item name="numberColor">@color/gray_dark</item>
@ -11,11 +11,10 @@
<!-- <!--
Theme customizations available in newer API levels can go in Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here. backward-compatibility can go here.
--> -->
</style> </style>
<!-- Application theme. --> <!-- Application theme. -->
<style name="LightTheme" parent="android:Theme.Holo.Light"> <style name="LightTheme" parent="android:Theme.Holo.Light">
<item name="android:windowContentOverlay">@null</item> <item name="android:windowContentOverlay">@null</item>
@ -29,7 +28,7 @@
<!-- <!--
Theme customizations available in newer API levels can go in Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here. backward-compatibility can go here.
--> -->
</style> </style>