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.
14 lines
486 B
14 lines
486 B
<resources>
|
|
|
|
<style name="AppBaseTheme" parent="android:Theme.Material">
|
|
<item name="android:colorPrimary">@color/primary</item>
|
|
<item name="android:colorPrimaryDark">@color/primary_darker</item>
|
|
<item name="android:dialogTheme">@style/MyDialogStyle</item>
|
|
<item name="android:alertDialogTheme">@style/MyDialogStyle</item>
|
|
|
|
</style>
|
|
|
|
<style name="MyDialogStyle" parent="android:Theme.Material.Light.Dialog">
|
|
</style>
|
|
|
|
</resources> |