diff --git a/app/src/main/res/layout/item_alarm.xml b/app/src/main/res/layout/item_alarm.xml index 9124519..d5ce1bf 100644 --- a/app/src/main/res/layout/item_alarm.xml +++ b/app/src/main/res/layout/item_alarm.xml @@ -1,71 +1,83 @@ - + android:paddingTop="@dimen/item_padding_top" + android:paddingStart="@dimen/item_padding_start" + android:paddingEnd="@dimen/item_padding_end"> + + + + + + + + + android:textAppearance="?textAppearanceListItem" + android:textStyle="bold" + android:text="Label" + android:layout_below="@id/time_layout" + android:layout_marginBottom="@dimen/item_margin_between_elements"/> - + android:textAppearance="?textAppearanceListItem" + android:text="in %dh %dm" + android:layout_marginStart="4dp" + android:layout_below="@id/time_layout" + android:layout_toEndOf="@id/label"/> + + + +