Implemented stackwidget style for checkmark widgets

This commit is contained in:
Victor Yu
2017-10-14 17:33:25 -04:00
parent b8f7d4fad2
commit 82972d6e47
11 changed files with 273 additions and 11 deletions

View File

@@ -124,6 +124,7 @@
<string name="version_n">Version %s</string>
<string name="frequency">Frequency</string>
<string name="checkmark">Checkmark</string>
<string name="stacked_checkmark">Stacked Checkmark</string>
<string name="strength">Strength</string>
<string name="best_streaks">Best streaks</string>

View File

@@ -154,6 +154,10 @@
<item name="widgetBackgroundAlpha">0.25</item>
</style>
<style name="OpaqueWidgetTheme" parent="TransparentWidgetTheme">
<item name="widgetBackgroundAlpha">1</item>
</style>
<style name="day_of_week_label_condensed"/>
<style name="CardList">