From 272dd362d0dc92a9f369091c373866f42fdf2ea6 Mon Sep 17 00:00:00 2001 From: RITESHMOHAPATRA Date: Mon, 17 Dec 2018 13:43:25 +0530 Subject: [PATCH] Added + sign in floating button --- .idea/misc.xml | 9 +++------ app/src/main/res/layout/app_bar_main.xml | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index bcb86a0..7677dd7 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -29,10 +29,7 @@ - - + + - - - + \ No newline at end of file diff --git a/app/src/main/res/layout/app_bar_main.xml b/app/src/main/res/layout/app_bar_main.xml index eed4d89..edf6e00 100644 --- a/app/src/main/res/layout/app_bar_main.xml +++ b/app/src/main/res/layout/app_bar_main.xml @@ -28,6 +28,6 @@ android:layout_height="wrap_content" android:layout_gravity="bottom|end" android:layout_margin="@dimen/fab_margin" - app:srcCompat="@android:drawable/ic_dialog_email" /> + app:srcCompat="@android:drawable/ic_input_add" /> \ No newline at end of file