Applied margins and padding to grid
This commit is contained in:
parent
20db6156ca
commit
6f2adb6eb1
@ -5,7 +5,7 @@
|
||||
<ImageButton
|
||||
style="@style/GridLayoutNumpadElement"
|
||||
android:src="@drawable/ic_minus_circle_24dp"
|
||||
app:layout_column="1"/>
|
||||
app:layout_column="0"/>
|
||||
<ImageButton
|
||||
style="@style/GridLayoutNumpadElement"
|
||||
android:src="@drawable/ic_add_circle_24dp"
|
||||
|
||||
@ -29,7 +29,9 @@
|
||||
android:layout_height="@dimen/numpad_height"
|
||||
android:layout_below="@id/time_display_background"
|
||||
app:columnCount="3"
|
||||
android:layout_marginBottom="28dp"/>
|
||||
android:layout_marginStart="@dimen/bottom_sheet_edge_margin"
|
||||
android:layout_marginEnd="@dimen/bottom_sheet_edge_margin"
|
||||
android:paddingBottom="28dp"/>
|
||||
|
||||
<View
|
||||
android:id="@+id/divider"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user