Removed unused attribute

This commit is contained in:
Phillip Hsu 2016-08-24 03:35:37 -07:00
parent 841a54e3f5
commit 29086b4b02

View File

@ -24,7 +24,6 @@ doesn't work. -->
android:id="@+id/number_grid" android:id="@+id/number_grid"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="@dimen/numeric_keypad_height" android:layout_height="@dimen/numeric_keypad_height"
android:layout_below="@id/input_time"
android:layout_marginTop="@dimen/bottom_sheet_vertical_space" android:layout_marginTop="@dimen/bottom_sheet_vertical_space"
android:layout_marginStart="@dimen/bottom_sheet_edge_margin" android:layout_marginStart="@dimen/bottom_sheet_edge_margin"
android:layout_marginEnd="@dimen/bottom_sheet_edge_margin"/> android:layout_marginEnd="@dimen/bottom_sheet_edge_margin"/>