This commit is contained in:
ashishandroid
2017-01-13 17:03:18 +05:30
parent 88eff88838
commit 3a127934cc
18 changed files with 555 additions and 200 deletions
@@ -9,6 +9,15 @@
<include layout="@layout/contentadditionalvisibility" />
<android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
app:srcCompat="@android:drawable/ic_menu_save"
app:backgroundTint="@color/colorPrimary"
/>