diff --git a/app/src/main/res/layout/activity_gem.xml b/app/src/main/res/layout/activity_gem.xml index 3b0d4fa..9303546 100644 --- a/app/src/main/res/layout/activity_gem.xml +++ b/app/src/main/res/layout/activity_gem.xml @@ -33,59 +33,58 @@ + android:layout_marginTop="0dp"> + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:paddingBottom="@dimen/default_margin"> + android:id="@+id/home" + android:layout_width="@dimen/button_size" + android:layout_height="@dimen/button_size" + android:layout_centerVertical="true" + android:layout_margin="@dimen/button_margin" + android:background="?android:attr/selectableItemBackgroundBorderless" + android:src="@drawable/vector_home"/> - - + android:layout_centerVertical="true" + android:layout_toEndOf="@+id/home" + android:layout_toStartOf="@+id/more"> + + - + android:id="@+id/more" + android:layout_width="@dimen/button_size" + android:layout_height="@dimen/button_size" + android:layout_alignParentRight="true" + android:layout_centerVertical="true" + android:layout_margin="@dimen/button_margin" + android:background="?android:attr/selectableItemBackgroundBorderless" + android:src="@drawable/vector_overflow"/>