From: Damyan Ivanov Date: Sat, 13 Apr 2019 19:58:39 +0000 (+0300) Subject: use the standard "add" icon for the new transaction FAB X-Git-Tag: v0.9.5~2 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=dce9001cf2d2eef49541cd54d7513eb26536224e use the standard "add" icon for the new transaction FAB the thick plus was a bit out of place --- diff --git a/app/src/main/res/drawable-anydpi-v21/ic_add_white_24dp.xml b/app/src/main/res/drawable-anydpi-v21/ic_add_white_24dp.xml new file mode 100644 index 00000000..a3d22049 --- /dev/null +++ b/app/src/main/res/drawable-anydpi-v21/ic_add_white_24dp.xml @@ -0,0 +1,23 @@ + + + + + diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index cce9ad17..8e14e9a2 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -52,9 +52,10 @@ android:layout_gravity="bottom|end" android:layout_margin="@dimen/fab_margin" app:backgroundTint="?colorAccent" + app:maxImageSize="36dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" - app:srcCompat="@drawable/svg_thick_plus_white" /> + app:srcCompat="@drawable/ic_add_white_24dp" />