mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-08 10:08:51 -06:00
Implement dummy history editor; add edit history button
This commit is contained in:
@@ -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>-->
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user