X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Faccount_summary_row.xml;h=3283a2ed148668af54bf9e73497ff009f084a2a7;hp=ff5a5ec1201569bcc6429f8d7c2e6203d946d1a0;hb=7bfd85e40b6fb441937c055ea0da2aeb5b00f1f6;hpb=09e26d2279484b4dfe0de218b05f075362fff4b5 diff --git a/app/src/main/res/layout/account_summary_row.xml b/app/src/main/res/layout/account_summary_row.xml index ff5a5ec1..3283a2ed 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -17,53 +17,118 @@ ~ You should have received a copy of the GNU General Public License ~ along with MoLe. If not, see . --> - - + > - - - + android:longClickable="true" + android:minHeight="@dimen/thumb_row_height" + > + + - + + + + - + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_marginStart="12dp" + android:layout_marginEnd="8dp" + android:gravity="center_vertical" + android:onClick="onAccountSummaryRowViewClicked" + android:text="USD 123,45\n678,90\nIRAUSD -17 000.00" + android:textAppearance="@style/TextAppearance.AppCompat.Medium" + app:layout_constrainedWidth="true" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintHorizontal_weight="2" + app:layout_constraintStart_toEndOf="@id/account_name_layout" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintWidth_min="90sp" + tools:ignore="HardcodedText" + /> + + + + + - \ No newline at end of file + /> +