Add checkbox

This commit is contained in:
Michael Mikovsky
2025-02-02 11:50:24 -07:00
parent 8381d21eff
commit b264a3bb73
3 changed files with 221 additions and 3 deletions
@@ -16,7 +16,6 @@
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="53dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -41,6 +40,7 @@
android:layout_height="48dp"
android:background="#D33D3D3D"
android:ems="10"
android:hint="Search"
android:inputType="text"
android:textColor="#FFFFFF"
app:layout_constraintEnd_toEndOf="parent"