mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 09:38:52 -06:00
Show alarm only on certain days of the week
This commit is contained in:
@@ -75,6 +75,11 @@
|
||||
android:id="@+id/inputReminderTime"
|
||||
style="@style/dialogFormTimePicker" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/inputReminderDays"
|
||||
android:text="Any weekday"
|
||||
style="@style/dialogFormTimePicker" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@@ -107,6 +107,9 @@
|
||||
<string name="hint_landscape">You can see more days by putting your phone in landscape mode.</string>
|
||||
<string name="delete_habits">Delete Habits</string>
|
||||
<string name="delete_habits_message">The habits will be permanently deleted. This action cannot be undone.</string>
|
||||
<string name="weekends">Weekends</string>
|
||||
<string name="any_weekday">Any weekday</string>
|
||||
<string name="any_day">Any day</string>
|
||||
|
||||
<string-array name="hints">
|
||||
<item>@string/hint_drag</item>
|
||||
|
||||
Reference in New Issue
Block a user