From f7a3be2071e9e620eb0e9726731435c3315c64be Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Thu, 29 Nov 2018 05:31:59 +0000 Subject: [PATCH] custom add transaction button icon --- .../main/res/drawable/svg_thick_plus_white.xml | 15 +++++++++++++++ .../res/layout/app_bar_latest_transactions.xml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/drawable/svg_thick_plus_white.xml diff --git a/app/src/main/res/drawable/svg_thick_plus_white.xml b/app/src/main/res/drawable/svg_thick_plus_white.xml new file mode 100644 index 00000000..aee60d4f --- /dev/null +++ b/app/src/main/res/drawable/svg_thick_plus_white.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/app_bar_latest_transactions.xml b/app/src/main/res/layout/app_bar_latest_transactions.xml index 774174f0..66eaf6cf 100644 --- a/app/src/main/res/layout/app_bar_latest_transactions.xml +++ b/app/src/main/res/layout/app_bar_latest_transactions.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_menu_add" /> + app:srcCompat="@drawable/svg_thick_plus_white" /> \ No newline at end of file -- 2.39.2