Applied margins and padding to grid

This commit is contained in:
Phillip Hsu 2016-07-25 03:15:51 -07:00
parent 20db6156ca
commit 6f2adb6eb1
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -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"