aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/view_main_fab.xml
blob: 5e1fed77d8c9edcb65eb742ad3020b714ba0da96 (plain)
1
2
3
4
5
6
7
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" />