X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Factivity_main.xml;h=625a3af21f214acbca51754a33135223f20df9e5;hp=eef1375e453fa1fd16fcae0725bbbbd4a684c325;hb=4f0299f9749f2e211fd09dece2020d5f09532755;hpb=c2492895344a602fc208b0a4825a0656079efbbe diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index eef1375e..625a3af2 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -40,7 +40,10 @@ android:layout_width="match_parent" android:layout_height="match_parent"> + + @@ -54,14 +57,14 @@ app:backgroundTint="?colorAccent" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" - app:srcCompat="@drawable/svg_thick_plus_white" /> + app:maxImageSize="36dp" + app:srcCompat="@drawable/ic_add_white_24dp" /> @@ -71,6 +74,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" + android:theme="@style/ThemeOverlay.AppCompat.Light" android:visibility="gone"> @@ -96,6 +102,7 @@