| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:fabSize="normal" |
| | | android:layout_marginLeft="76dp" |
| | | app:elevation="8dp" |
| | | app:layout_anchor="@id/cv_dialog_main" |
| | | app:layout_anchorGravity="bottom|center" |
| | | app:layout_anchorGravity="bottom|left" |
| | | android:contentDescription="@string/cancel" /> |
| | | |
| | | <android.support.design.widget.FloatingActionButton |
| | | android:src="@drawable/icon_right_white" |
| | | android:id="@+id/fab_submit" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:fabSize="normal" |
| | | android:layout_marginRight="76dp" |
| | | app:elevation="8dp" |
| | | app:backgroundTint="@color/lightGreen" |
| | | app:layout_anchor="@id/cv_dialog_main" |
| | | app:layout_anchorGravity="bottom|right" |
| | | /> |
| | | |
| | | </android.support.design.widget.CoordinatorLayout> |