X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Factivity_new_transaction.xml;h=55273c7414e947136fe40be282f45fe0444a045c;hp=69ef23ec3cdabf636c47114a6ff1887b8b3554a4;hb=HEAD;hpb=b3fff85cf8314bb335eab4e9e9aa0fa9681ad12b diff --git a/app/src/main/res/layout/activity_new_transaction.xml b/app/src/main/res/layout/activity_new_transaction.xml index 69ef23ec..55273c74 100644 --- a/app/src/main/res/layout/activity_new_transaction.xml +++ b/app/src/main/res/layout/activity_new_transaction.xml @@ -1,46 +1,108 @@ - - + + + tools:context=".ui.new_transaction.NewTransactionActivity" + android:fitsSystemWindows="false" + > - + android:layout_height="match_parent" + android:animateLayoutChanges="true" + > - + + + android:layout_height="wrap_content" + android:theme="@style/AppTheme.AppBarOverlay" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" + > + + - + - + - + - - - - \ No newline at end of file + android:layout_marginEnd="@dimen/fab_margin" + android:layout_marginBottom="@dimen/fab_margin" + android:contentDescription="@string/add_button_description" + android:padding="@dimen/fab_margin" + android:tint="?android:attr/colorBackground" + android:visibility="visible" + app:backgroundTint="?colorSecondary" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:srcCompat="@drawable/ic_save_white_24dp" + /> + \ No newline at end of file