]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/transaction_list_row.xml
add top anchor to silence a warning that the layout would go to the top
[mobile-ledger.git] / 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"