X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Factivity_main.xml;h=61592e84179582ccd098b586877a2fff38862271;hp=2b26944de57588953bea7673f3b6faa1cc73f404;hb=33163715e6f9dae7c7fb9e4a446309ec50124894;hpb=2e1ff4566d4a229f920bd713eef234f9495a6d99 diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 2b26944d..61592e84 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,18 +1,18 @@ - - - - + - + android:layout_height="match_parent"> - - - - - - + android:layout_gravity="bottom|end" + android:layout_margin="@dimen/fab_margin" + app:backgroundTint="?colorAccent" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:maxImageSize="36dp" + app:srcCompat="@drawable/ic_add_white_24dp" /> - - - - - - - - - - - - - - - - - - - - - - + android:orientation="vertical" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> - - + android:elevation="24dp" + android:orientation="horizontal"> + android:paddingStart="8dp" + android:paddingEnd="8dp" + android:text="@string/transactions_last_update_label" + android:textColor="@android:color/tertiary_text_light" /> - + android:layout_weight="1" + android:text="\?" + android:textColor="@android:color/tertiary_text_light" + tools:ignore="HardcodedText" /> - - + android:gravity="center_vertical" + android:orientation="horizontal" + android:visibility="gone"> + + + android:id="@+id/transaction_list_cancel_download" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:background="@drawable/ic_clear_black_24dp" + android:clickable="true" + android:focusable="true" + android:onClick="onStopTransactionRefreshClick" /> + - + - + - + - + - - + - - + + - + - +