Multi-selection in user search result for CustomizePostFilterActivity.

This commit is contained in:
Alex Ning
2021-02-26 12:26:21 +08:00
parent b86e5284a2
commit e0106e23e5
11 changed files with 176 additions and 61 deletions

View File

@@ -50,6 +50,7 @@
android:layout_height="wrap_content"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent" />
app:layout_constraintBottom_toBottomOf="parent"
android:visibility="gone" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -44,4 +44,13 @@
android:background="?attr/selectableItemBackground"
android:visibility="gone" />
<com.google.android.material.checkbox.MaterialCheckBox
android:id="@+id/checkbox__item_user_listing"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:visibility="gone" />
</androidx.constraintlayout.widget.ConstraintLayout>