X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_app_layout.xml;h=c8a710249cef750b92921936d39234c8052e0bc1;hb=31e717a1729cb789863ec546653792bb492dafcd;hp=80aa5b2d6a5feebd3b91fbc83f203bfb2e5fa746;hpb=b2df030207be4d228b20e697b42a7dccda8d1526;p=mobile-ledger.git diff --git a/app/src/main/res/layout/main_app_layout.xml b/app/src/main/res/layout/main_app_layout.xml index 80aa5b2d..c8a71024 100644 --- a/app/src/main/res/layout/main_app_layout.xml +++ b/app/src/main/res/layout/main_app_layout.xml @@ -32,11 +32,13 @@ android:layout_height="wrap_content" android:layout_gravity="bottom|end" android:layout_margin="@dimen/fab_margin" - app:backgroundTint="?colorAccent" + app:backgroundTint="?colorSecondary" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:maxImageSize="36dp" - app:srcCompat="@drawable/ic_add_white_24dp" /> + app:srcCompat="@drawable/ic_add_white_24dp" + android:contentDescription="@string/new_transaction_fab_description" + /> - - - - - - - @@ -143,7 +119,7 @@