diff options
Diffstat (limited to 'app/src/main/res/layout/fragment_nsfw_and_spoiler.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_nsfw_and_spoiler.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/layout/fragment_nsfw_and_spoiler.xml b/app/src/main/res/layout/fragment_nsfw_and_spoiler.xml index 7ee168c5..8e795f2d 100644 --- a/app/src/main/res/layout/fragment_nsfw_and_spoiler.xml +++ b/app/src/main/res/layout/fragment_nsfw_and_spoiler.xml @@ -38,7 +38,7 @@ android:textSize="?attr/font_16" android:fontFamily="?attr/font_family" /> - <com.google.android.material.switchmaterial.SwitchMaterial + <com.google.android.material.materialswitch.MaterialSwitch android:id="@+id/enable_nsfw_switch_nsfw_and_spoiler_fragment" android:layout_width="wrap_content" android:layout_height="wrap_content" @@ -71,7 +71,7 @@ android:textSize="?attr/font_16" android:fontFamily="?attr/font_family" /> - <com.google.android.material.switchmaterial.SwitchMaterial + <com.google.android.material.materialswitch.MaterialSwitch android:id="@+id/blur_nsfw_switch_nsfw_and_spoiler_fragment" android:layout_width="wrap_content" android:layout_height="wrap_content" @@ -104,7 +104,7 @@ android:textSize="?attr/font_16" android:fontFamily="?attr/font_family" /> - <com.google.android.material.switchmaterial.SwitchMaterial + <com.google.android.material.materialswitch.MaterialSwitch android:id="@+id/do_not_blur_nsfw_in_nsfw_subreddits_switch_nsfw_and_spoiler_fragment" android:layout_width="wrap_content" android:layout_height="wrap_content" @@ -136,7 +136,7 @@ android:textSize="?attr/font_16" android:fontFamily="?attr/font_family" /> - <com.google.android.material.switchmaterial.SwitchMaterial + <com.google.android.material.materialswitch.MaterialSwitch android:id="@+id/blur_spoiler_switch_nsfw_and_spoiler_fragment" android:layout_width="wrap_content" android:layout_height="wrap_content" @@ -185,7 +185,7 @@ android:textSize="?attr/font_16" android:fontFamily="?attr/font_family" /> - <com.google.android.material.switchmaterial.SwitchMaterial + <com.google.android.material.materialswitch.MaterialSwitch android:id="@+id/disable_nsfw_forever_switch_nsfw_and_spoiler_fragment" android:layout_width="wrap_content" android:layout_height="wrap_content" |