Increase label margin top

This commit is contained in:
Phillip Hsu 2016-08-30 17:42:46 -07:00
parent e94a1fd3a5
commit c2d86389b0
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
android:layout_centerHorizontal="true"
android:text="Label"
android:textSize="@dimen/text_size_medium"
android:layout_marginTop="@dimen/item_margin_between_elements"
android:layout_marginTop="@dimen/item_padding_top"
android:layout_marginBottom="@dimen/item_margin_between_elements"/>
<com.philliphsu.clock2.timers.CountdownChronometer

View File

@ -18,7 +18,7 @@
android:layout_centerHorizontal="true"
android:text="Label"
android:textSize="@dimen/text_size_medium"
android:layout_marginTop="@dimen/item_margin_between_elements"
android:layout_marginTop="@dimen/item_padding_top"
android:layout_marginBottom="@dimen/item_margin_between_elements"/>
<com.philliphsu.clock2.timers.CountdownChronometer