mirror of https://github.com/iSoron/uhabits.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
36 lines
1.2 KiB
<resources>
|
|
|
|
<!--
|
|
Base application theme, dependent on API level. This theme is replaced
|
|
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
|
|
-->
|
|
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
|
|
<!--
|
|
Theme customizations available in newer API levels can go in
|
|
res/values-vXX/styles.xml, while customizations related to
|
|
backward-compatibility can go here.
|
|
-->
|
|
</style>
|
|
|
|
<!-- Application theme. -->
|
|
<style name="AppTheme" parent="AppBaseTheme">
|
|
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
|
|
</style>
|
|
|
|
<!-- Date and time picker -->
|
|
<style name="time_label">
|
|
<item name="android:textSize">@dimen/time_label_size</item>
|
|
<item name="android:textColor">@color/numbers_text_color</item>
|
|
</style>
|
|
|
|
<style name="ampm_label">
|
|
<item name="android:textSize">@dimen/ampm_label_size</item>
|
|
<item name="android:textAllCaps">true</item>
|
|
<item name="android:textColor">@color/ampm_text_color</item>
|
|
<item name="android:textStyle">bold</item>
|
|
</style>
|
|
|
|
<style name="day_of_week_label_condensed" />
|
|
|
|
</resources>
|