Multi-selection in subreddit search result for CustomizePostFilterActivity.

This commit is contained in:
Alex Ning
2021-02-25 23:34:26 +08:00
parent abb37707fb
commit b86e5284a2
8 changed files with 166 additions and 50 deletions

View File

@@ -44,4 +44,12 @@
android:background="?attr/selectableItemBackground"
android:visibility="gone"/>
<com.google.android.material.checkbox.MaterialCheckBox
android:id="@+id/checkbox__item_subreddit_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" />
</androidx.constraintlayout.widget.ConstraintLayout>