| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent"> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/click_rl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_0" |
| | | app:layout_constraintBottom_toTopOf="@+id/default_filtering_cl" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:id="@+id/default_filtering_cl" |
| | | android:layout_width="match_parent" |