implement adding/removing users from lists

This commit is contained in:
sk
2022-11-12 16:14:45 +01:00
parent 1e0ae6e570
commit 625134605b
9 changed files with 182 additions and 8 deletions

View File

@@ -17,12 +17,18 @@
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:textAppearance="@style/m3_title_medium"
android:fontFamily="sans-serif"
android:singleLine="true"
android:ellipsize="end"
tools:text="List"/>
<CheckBox
android:id="@+id/list_toggle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</LinearLayout>