Improve visualization of streaks

Closes #20
This commit is contained in:
2016-03-26 08:27:23 -04:00
parent dfe41176bc
commit e2c99d745e
7 changed files with 175 additions and 126 deletions

View File

@@ -18,7 +18,7 @@
-->
<resources>
<dimen name="small_square_size">20dp</dimen>
<dimen name="baseSize">20dp</dimen>
<dimen name="check_square_size">42dp</dimen>
<dimen name="history_editor_max_height">450dp</dimen>
<dimen name="history_editor_padding">8dp</dimen>

View File

@@ -151,4 +151,6 @@
<string name="bug_report_failed">Failed to generate bug report.</string>
<string name="generate_bug_report">Generate bug report</string>
<string name="troubleshooting">Troubleshooting</string>
<string name="best_streaks">Best streaks</string>
<string name="strength">Strength</string>
</resources>

View File

@@ -96,11 +96,11 @@
</style>
<style name="smallDataViewStyle">
<item name="android:layout_width">0dp</item>
<item name="android:layout_width">100dp</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_weight">1</item>
<item name="android:layout_marginLeft">8dp</item>
<item name="android:layout_marginRight">8dp</item>
<item name="android:textColor">@color/fadedTextColor</item>
</style>
</resources>