add a FAB at the alarm fragment

This commit is contained in:
tibbi
2018-03-03 23:00:48 +01:00
parent f6d1bf3cb5
commit 0e4744a0d2
3 changed files with 36 additions and 8 deletions

View File

@ -5,4 +5,19 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<RelativeLayout
android:id="@+id/alarm_holder"
android:layout_width="match_parent"
android:layout_height="match_parent">
</RelativeLayout>
<com.simplemobiletools.commons.views.MyFloatingActionButton
android:id="@+id/alarm_fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/activity_margin"
android:src="@drawable/ic_plus"/>
</android.support.design.widget.CoordinatorLayout>