Implement dummy history editor; add edit history button

This commit is contained in:
2016-03-08 06:58:34 -05:00
parent 0fb8ed0b53
commit 8f37e293b1
8 changed files with 149 additions and 36 deletions

View File

@@ -316,7 +316,7 @@
<color name="grey_100">#F5F5F5</color>
<!--<color name="grey_200">#EEEEEE</color>-->
<!--<color name="grey_300">#E0E0E0</color>-->
<!--<color name="grey_400">#BDBDBD</color>-->
<color name="grey_400">#BDBDBD</color>
<color name="grey_500">#9E9E9E</color>
<!--<color name="grey_600">#757575</color>-->
<!--<color name="grey_700">#616161</color>-->

View File

@@ -20,6 +20,9 @@
<resources>
<dimen name="small_square_size">20dp</dimen>
<dimen name="check_square_size">42dp</dimen>
<dimen name="history_editor_max_height">450dp</dimen>
<dimen name="history_editor_padding">8dp</dimen>
<dimen name="history_max_font_size">14sp</dimen>
<string-array name="snooze_interval_names">
<item>@string/interval_15_minutes</item>