]> git.ktnx.net Git - mobile-ledger.git/commitdiff
add top anchor to silence a warning that the layout would go to the top
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 16 Jan 2019 20:56:26 +0000 (20:56 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 16 Jan 2019 20:56:26 +0000 (20:56 +0000)
app/src/main/res/layout/transaction_list_row.xml

index b8fa0a5b834f72c6f9927a24725d64dd7d7f7dd0..dea0bfd240b5c087778cd85d1fd1a43434ce3998 100644 (file)
@@ -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">
 
                 <TextView
                     android:id="@+id/transaction_row_description"