Refactor EditHabitsFragment

This commit is contained in:
2016-02-20 13:53:41 -05:00
parent 4c53bd3763
commit c36cdb1e42
6 changed files with 169 additions and 178 deletions

View File

@@ -22,7 +22,7 @@
</EditText>
<ImageButton
android:id="@+id/button_pick_color"
android:id="@+id/buttonPickColor"
android:src="@drawable/ic_action_pick_color"
style="@style/dialogFormInputColor" />
</LinearLayout>
@@ -72,7 +72,7 @@
android:text="@string/reminder" />
<TextView
android:id="@+id/input_reminder_time"
android:id="@+id/inputReminderTime"
style="@style/dialogFormTimePicker" />
</LinearLayout>