diff options
Diffstat (limited to 'app/src/main/res/layout/view_main_fab.xml')
-rw-r--r-- | app/src/main/res/layout/view_main_fab.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/layout/view_main_fab.xml b/app/src/main/res/layout/view_main_fab.xml new file mode 100644 index 00000000..5e1fed77 --- /dev/null +++ b/app/src/main/res/layout/view_main_fab.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<android.support.design.widget.FloatingActionButton xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/fab" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="end|bottom" + android:layout_margin="@dimen/kau_fab_margin" + android:visibility="gone" />
\ No newline at end of file |