From: Damyan Ivanov Date: Thu, 29 Nov 2018 05:31:59 +0000 (+0000) Subject: custom add transaction button icon X-Git-Tag: v0.3~390 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=f7a3be2071e9e620eb0e9726731435c3315c64be custom add transaction button icon --- 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