|
|
|
@ -995,6 +995,20 @@
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swUseBlocklist"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tvUseBlocklistPopHint"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
|
android:layout_marginEnd="48dp"
|
|
|
|
|
android:text="@string/title_junk_pop_hint"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
|
|
|
|
android:textColor="?attr/colorWarning"
|
|
|
|
|
android:textStyle="italic"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swUseBlocklistPop" />
|
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
|
android:id="@+id/rvBlocklist"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
@ -1004,7 +1018,7 @@
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swUseBlocklistPop" />
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvUseBlocklistPopHint" />
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|