Split onBind() of AlarmViewHolder into multiple discrete method calls

This commit is contained in:
Phillip Hsu
2016-06-06 19:19:06 -07:00
parent dab8e1f4a5
commit c4cd333cf7
11 changed files with 130 additions and 63 deletions
+2 -2
View File
@@ -37,13 +37,13 @@
<string name="abbrev_minutes">%2$dm</string>
<string name="abbrev_less_than_one_minute">&lt;1m</string>
<!-- ======================================================================================= -->
<!-- ==================================== NOTIFICATIONS ==================================== -->
<string name="upcoming_alarm">Upcoming alarm</string>
<string name="alarm">Alarm</string>
<string name="missed_alarm">Missed alarm</string>
<!-- ======================================================================================= -->
<!-- ==================================== MAIN ACTIVITY ==================================== -->
<string name="snackbar_item_deleted">%1$s deleted</string>
<string name="snackbar_undo_item_deleted">Undo</string>