Add mock part addition/deletion mechanism.

This commit is contained in:
kenkeiras 2017-07-09 21:32:05 -04:00
parent cd6b7c87d6
commit 5e583bed05
3 changed files with 99 additions and 3 deletions

View file

@ -29,6 +29,16 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
<android.support.design.widget.FloatingActionButton
android:id="@+id/remove_part_fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
android:visibility="gone"
android:background="@color/white"
app:srcCompat="@android:drawable/ic_delete" />
<com.getbase.floatingactionbutton.FloatingActionsMenu
android:id="@+id/fab"
android:layout_width="wrap_content"