X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_app_layout.xml;h=ab68dcdcb366d5c5d7d1cb5c421d38b8adf4d67a;hb=57f795ed8e5ddb4ffeb0e3bcaaa844c65c894d31;hp=47d2df6825fdd87ce3b70687beb96f8b5f6d2b7f;hpb=c17d05743b196dec11128f9be0d00fb82a71cf0d;p=mobile-ledger-staging.git diff --git a/app/src/main/res/layout/main_app_layout.xml b/app/src/main/res/layout/main_app_layout.xml index 47d2df68..ab68dcdc 100644 --- a/app/src/main/res/layout/main_app_layout.xml +++ b/app/src/main/res/layout/main_app_layout.xml @@ -23,7 +23,6 @@ android:layout_height="match_parent" android:background="?android:attr/colorBackground" android:orientation="vertical" - android:theme="@style/AppTheme.AppBarOverlay" tools:context=".ui.activity.MainActivity"> @@ -33,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" + /> - - - - - - - @@ -125,12 +101,12 @@ android:background="@drawable/ic_clear_accent_24dp" android:clickable="true" android:focusable="true" - android:onClick="onStopTransactionRefreshClick" /> + /> - - +