]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/new_transaction_row.xml
convert new transaction row to view binding
[mobile-ledger.git] / app / src / main / res / layout / new_transaction_row.xml
index 1c299625a22de9332defb91c743806439427d4f7..3a8c4b58e3b44d32efbc67ea73186a4f08c429ef 100644 (file)
@@ -93,7 +93,7 @@
             >
 
             <TextView
-                android:id="@+id/comment_button"
+                android:id="@+id/transaction_comment_button"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:background="@drawable/ic_comment_gray_24dp"
                 android:inputType="text"
                 android:visibility="invisible"
                 app:layout_constraintEnd_toEndOf="parent"
-                app:layout_constraintStart_toEndOf="@id/comment_button"
+                app:layout_constraintStart_toEndOf="@id/transaction_comment_button"
                 app:layout_constraintTop_toTopOf="parent"
                 />
         </androidx.constraintlayout.widget.ConstraintLayout>
             >
 
             <TextView
-                android:id="@id/comment_button"
+                android:id="@+id/account_comment_button"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:background="@drawable/ic_comment_gray_24dp"
                 android:inputType="text"
                 android:visibility="invisible"
                 app:layout_constraintEnd_toEndOf="parent"
-                app:layout_constraintStart_toEndOf="@id/comment_button"
+                app:layout_constraintStart_toEndOf="@id/account_comment_button"
                 app:layout_constraintTop_toTopOf="parent"
                 />
         </androidx.constraintlayout.widget.ConstraintLayout>