]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/new_transaction_row.xml
NT: better alignment anchoring when hiding comment
[mobile-ledger.git] / app / src / main / res / layout / new_transaction_row.xml
index 65814a79a3779d0008c7ed72a9fee04a041c23b7..90944e2c3d5f73260b272645d3d38c20fe0832b0 100644 (file)
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:background="@drawable/ic_comment_gray_24dp"
-            app:layout_constraintBottom_toBottomOf="parent"
+            app:layout_constraintBottom_toBottomOf="@id/amount_layout"
             app:layout_constraintStart_toStartOf="@+id/ntr_account"
             app:layout_constraintTop_toBottomOf="@+id/account_row_acc_name" />