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