Increase label margin top
This commit is contained in:
parent
e94a1fd3a5
commit
c2d86389b0
@ -17,7 +17,7 @@
|
|||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:text="Label"
|
android:text="Label"
|
||||||
android:textSize="@dimen/text_size_medium"
|
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"/>
|
android:layout_marginBottom="@dimen/item_margin_between_elements"/>
|
||||||
|
|
||||||
<com.philliphsu.clock2.timers.CountdownChronometer
|
<com.philliphsu.clock2.timers.CountdownChronometer
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:text="Label"
|
android:text="Label"
|
||||||
android:textSize="@dimen/text_size_medium"
|
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"/>
|
android:layout_marginBottom="@dimen/item_margin_between_elements"/>
|
||||||
|
|
||||||
<com.philliphsu.clock2.timers.CountdownChronometer
|
<com.philliphsu.clock2.timers.CountdownChronometer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user