edited adapters in andriod to use viewbinding

This commit is contained in:
Alex
2026-04-07 14:17:24 -06:00
parent de654e487b
commit 108de589bc
13 changed files with 204 additions and 248 deletions

View File

@@ -55,6 +55,15 @@
android:textColor="#666666"
android:textSize="14sp" />
<TextView
android:id="@+id/tvStaffName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:text="Staff: name"
android:textColor="#666666"
android:textSize="14sp" />
<TextView
android:id="@+id/tvDateTime"
android:layout_width="wrap_content"