Add settings activity

Add menu
This commit is contained in:
2015-11-24 17:35:58 -05:00
committed by geoffroy
parent 2094a4d36c
commit 296825566b
29 changed files with 211 additions and 22 deletions

View File

@@ -38,12 +38,4 @@
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
<android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end|bottom"
android:layout_margin="@dimen/fab_margin"
android:src="@android:drawable/ic_dialog_email" />
</android.support.design.widget.CoordinatorLayout>