diff --git a/app/src/main/res/values/constants.xml b/app/src/main/res/values/constants.xml index a1fdd7591..05b679f93 100644 --- a/app/src/main/res/values/constants.xml +++ b/app/src/main/res/values/constants.xml @@ -24,4 +24,48 @@ mailto:dev@loophabits.org?subject=Bug%20Report%20-%20Loop%20Habit%20Tracker https://github.com/iSoron/uhabits https://poeditor.com/join/project/8DWX5pfjS0 + + + @string/interval_15_minutes + @string/interval_30_minutes + @string/interval_1_hour + @string/interval_2_hour + @string/interval_4_hour + @string/interval_8_hour + + + + 15 + 30 + 60 + 120 + 240 + 480 + + + + @string/every_day + @string/every_week + @string/two_times_per_week + @string/five_times_per_week + @string/custom_frequency + + + + @string/day + @string/week + @string/month + @string/quarter + @string/year + + + + 1 + 7 + 31 + 92 + 365 + + + 15 \ No newline at end of file diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 25d6e2eb2..42c044142 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -29,48 +29,4 @@ 10sp 160dp -10dp - - - @string/interval_15_minutes - @string/interval_30_minutes - @string/interval_1_hour - @string/interval_2_hour - @string/interval_4_hour - @string/interval_8_hour - - - - 15 - 30 - 60 - 120 - 240 - 480 - - - - @string/every_day - @string/every_week - @string/two_times_per_week - @string/five_times_per_week - @string/custom_frequency - - - - Day - Week - Month - Quarter - Year - - - - 1 - 7 - 31 - 92 - 365 - - - 15 \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 70a8e2940..686d2cd00 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -140,6 +140,7 @@ Every week 2 times per week 5 times per week + Custom … Help & FAQ Failed to export data. @@ -160,4 +161,10 @@ Pure black for night mode Use pure black instead of grey backgrounds in night mode. Reduces battery usage in phones with AMOLED display. Interface + + Day + Week + Month + Quarter + Year \ No newline at end of file