From: Damyan Ivanov Date: Wed, 16 Jan 2019 20:56:26 +0000 (+0000) Subject: add top anchor to silence a warning that the layout would go to the top X-Git-Tag: v0.3~30 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=ea2d9d97c9dbde0127867ffb4f8698d8be71d4c2;ds=sidebyside add top anchor to silence a warning that the layout would go to the top --- diff --git a/app/src/main/res/layout/transaction_list_row.xml b/app/src/main/res/layout/transaction_list_row.xml index b8fa0a5b..dea0bfd2 100644 --- a/app/src/main/res/layout/transaction_list_row.xml +++ b/app/src/main/res/layout/transaction_list_row.xml @@ -51,7 +51,8 @@ android:layout_height="wrap_content" android:orientation="horizontal" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintStart_toStartOf="parent"> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent">