Enforce min text size on HabitScoreView

This commit is contained in:
2016-04-16 07:36:39 -04:00
parent 78994bb3c4
commit c757ce6548
3 changed files with 6 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
<dimen name="history_max_font_size">@dimen/regularTextSize</dimen>
<dimen name="regularTextSize">16sp</dimen>
<dimen name="smallTextSize">14sp</dimen>
<dimen name="tinyTextSize">12sp</dimen>
<dimen name="tinyTextSize">10sp</dimen>
<dimen name="habitNameWidth">160dp</dimen>
<string-array name="snooze_interval_names">

View File

@@ -22,7 +22,7 @@
android:minHeight="80dp"
android:minWidth="80dp"
android:minResizeWidth="40dp"
android:minResizeHeight="40dp"
android:minResizeHeight="80dp"
android:initialLayout="@layout/widget_graph"
android:previewImage="@drawable/widget_preview_score"
android:resizeMode="vertical|horizontal"