aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2022-11-08 12:17:26 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2022-11-08 12:17:26 +0000
commit071ce78b7cb6e1249e56faaef6f05fa311b83a1c (patch)
tree5a281f624cfb40722b92338cdc5d7ead3cf7e626 /app/src/main/res
parent2c9ffbc6142f63b72a1b53f24d2100d9d0d63751 (diff)
downloadinfinity-for-reddit-071ce78b7cb6e1249e56faaef6f05fa311b83a1c.tar
infinity-for-reddit-071ce78b7cb6e1249e56faaef6f05fa311b83a1c.tar.gz
infinity-for-reddit-071ce78b7cb6e1249e56faaef6f05fa311b83a1c.tar.bz2
infinity-for-reddit-071ce78b7cb6e1249e56faaef6f05fa311b83a1c.tar.lz
infinity-for-reddit-071ce78b7cb6e1249e56faaef6f05fa311b83a1c.tar.xz
infinity-for-reddit-071ce78b7cb6e1249e56faaef6f05fa311b83a1c.tar.zst
infinity-for-reddit-071ce78b7cb6e1249e56faaef6f05fa311b83a1c.zip
Material Design 3 Switch. Target Sdk 33.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/activity_customize_post_filter.xml4
-rw-r--r--app/src/main/res/layout/activity_post_gallery.xml2
-rw-r--r--app/src/main/res/layout/activity_post_image.xml2
-rw-r--r--app/src/main/res/layout/activity_post_link.xml2
-rw-r--r--app/src/main/res/layout/activity_post_poll.xml2
-rw-r--r--app/src/main/res/layout/activity_post_text.xml2
-rw-r--r--app/src/main/res/layout/activity_post_video.xml2
-rw-r--r--app/src/main/res/layout/activity_submit_crosspost.xml2
-rw-r--r--app/src/main/res/layout/dialog_give_award.xml2
-rw-r--r--app/src/main/res/layout/fragment_customize_main_page_tabs.xml10
-rw-r--r--app/src/main/res/layout/fragment_nsfw_and_spoiler.xml10
-rw-r--r--app/src/main/res/layout/fragment_post_history.xml8
-rw-r--r--app/src/main/res/layout/item_custom_theme_switch_item.xml2
13 files changed, 25 insertions, 25 deletions
diff --git a/app/src/main/res/layout/activity_customize_post_filter.xml b/app/src/main/res/layout/activity_customize_post_filter.xml
index 0d2dfd49..4f4695f0 100644
--- a/app/src/main/res/layout/activity_customize_post_filter.xml
+++ b/app/src/main/res/layout/activity_customize_post_filter.xml
@@ -265,7 +265,7 @@
android:fontFamily="?attr/font_default"
android:textSize="?attr/font_default" />
- <com.google.android.material.switchmaterial.SwitchMaterial
+ <com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/only_nsfw_switch_customize_post_filter_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -295,7 +295,7 @@
android:fontFamily="?attr/font_default"
android:textSize="?attr/font_default" />
- <com.google.android.material.switchmaterial.SwitchMaterial
+ <com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/only_spoiler_switch_customize_post_filter_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
diff --git a/app/src/main/res/layout/activity_post_gallery.xml b/app/src/main/res/layout/activity_post_gallery.xml
index e9535b3c..2b17d894 100644
--- a/app/src/main/res/layout/activity_post_gallery.xml
+++ b/app/src/main/res/layout/activity_post_gallery.xml
@@ -175,7 +175,7 @@
android:textSize="?attr/font_default"
android:fontFamily="?attr/font_family" />
- <com.google.android.material.switchmaterial.SwitchMaterial
+ <com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/receive_post_reply_notifications_switch_material_post_gallery_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
diff --git a/app/src/main/res/layout/activity_post_image.xml b/app/src/main/res/layout/activity_post_image.xml
index b65bd576..b4b7e80b 100644
--- a/app/src/main/res/layout/activity_post_image.xml
+++ b/app/src/main/res/layout/activity_post_image.xml
@@ -175,7 +175,7 @@
android:textSize="?attr/font_default"
android:fontFamily="?attr/font_family" />
- <com.google.android.material.switchmaterial.SwitchMaterial
+ <com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/receive_post_reply_notifications_switch_material_post_image_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
diff --git a/app/src/main/res/layout/activity_post_link.xml b/app/src/main/res/layout/activity_post_link.xml
index ae5b0e69..d295f5fd 100644
--- a/app/src/main/res/layout/activity_post_link.xml
+++ b/app/src/main/res/layout/activity_post_link.xml
@@ -175,7 +175,7 @@
android:textSize="?attr/font_default"
android:fontFamily="?attr/font_family" />
- <com.google.android.material.switchmaterial.SwitchMaterial
+ <com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/receive_post_reply_notifications_switch_material_post_link_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
diff --git a/app/src/main/res/layout/activity_post_poll.xml b/app/src/main/res/layout/activity_post_poll.xml
index f30abc6b..f3601995 100644
--- a/app/src/main/res/layout/activity_post_poll.xml
+++ b/app/src/main/res/layout/activity_post_poll.xml
@@ -175,7 +175,7 @@
android:textSize="?attr/font_default"
android:fontFamily="?attr/font_family" />
- <com.google.android.material.switchmaterial.SwitchMaterial
+ <com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/receive_post_reply_notifications_switch_material_post_poll_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
diff --git a/app/src/main/res/layout/activity_post_text.xml b/app/src/main/res/layout/activity_post_text.xml
index bd7174c8..41bfef50 100644
--- a/app/src/main/res/layout/activity_post_text.xml
+++ b/app/src/main/res/layout/activity_post_text.xml
@@ -178,7 +178,7 @@
android:textSize="?attr/font_default"
android:fontFamily="?attr/font_family" />
- <com.google.android.material.switchmaterial.SwitchMaterial
+ <com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/receive_post_reply_notifications_switch_material_post_text_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
diff --git a/app/src/main/res/layout/activity_post_video.xml b/app/src/main/res/layout/activity_post_video.xml
index 46a4dd02..9fdae5a3 100644
--- a/app/src/main/res/layout/activity_post_video.xml
+++ b/app/src/main/res/layout/activity_post_video.xml
@@ -175,7 +175,7 @@
android:textSize="?attr/font_default"
android:fontFamily="?attr/font_family" />
- <com.google.android.material.switchmaterial.SwitchMaterial
+ <com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/receive_post_reply_notifications_switch_material_post_video_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
diff --git a/app/src/main/res/layout/activity_submit_crosspost.xml b/app/src/main/res/layout/activity_submit_crosspost.xml
index 50b661a6..d4771915 100644
--- a/app/src/main/res/layout/activity_submit_crosspost.xml
+++ b/app/src/main/res/layout/activity_submit_crosspost.xml
@@ -182,7 +182,7 @@
android:textSize="?attr/font_default"
android:fontFamily="?attr/font_family" />
- <com.google.android.material.switchmaterial.SwitchMaterial
+ <com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/receive_post_reply_notifications_switch_material_submit_crosspost_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
diff --git a/app/src/main/res/layout/dialog_give_award.xml b/app/src/main/res/layout/dialog_give_award.xml
index c38791c1..fa9dfaef 100644
--- a/app/src/main/res/layout/dialog_give_award.xml
+++ b/app/src/main/res/layout/dialog_give_award.xml
@@ -15,7 +15,7 @@
android:text="@string/anonymous"
android:textColor="?attr/primaryTextColor" />
- <com.google.android.material.switchmaterial.SwitchMaterial
+ <com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/switch_material_give_award_dialog"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
diff --git a/app/src/main/res/layout/fragment_customize_main_page_tabs.xml b/app/src/main/res/layout/fragment_customize_main_page_tabs.xml
index 1c3f627d..22cccd53 100644
--- a/app/src/main/res/layout/fragment_customize_main_page_tabs.xml
+++ b/app/src/main/res/layout/fragment_customize_main_page_tabs.xml
@@ -84,7 +84,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/show_tab_names_switch_material_customize_main_page_tabs_fragment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -524,7 +524,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/show_favorite_multireddits_switch_material_customize_main_page_tabs_fragment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -555,7 +555,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/show_multireddits_switch_material_customize_main_page_tabs_fragment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -586,7 +586,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/show_favorite_subscribed_subreddits_switch_material_customize_main_page_tabs_fragment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -617,7 +617,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/show_subscribed_subreddits_switch_material_customize_main_page_tabs_fragment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
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"
diff --git a/app/src/main/res/layout/fragment_post_history.xml b/app/src/main/res/layout/fragment_post_history.xml
index 8105129c..05df9bca 100644
--- a/app/src/main/res/layout/fragment_post_history.xml
+++ b/app/src/main/res/layout/fragment_post_history.xml
@@ -52,7 +52,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/mark_posts_as_read_switch_post_history_fragment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -84,7 +84,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/mark_posts_as_read_after_voting_switch_post_history_fragment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -116,7 +116,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/mark_posts_as_read_on_scroll_switch_post_history_fragment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -148,7 +148,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/hide_read_posts_automatically_switch_post_history_fragment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
diff --git a/app/src/main/res/layout/item_custom_theme_switch_item.xml b/app/src/main/res/layout/item_custom_theme_switch_item.xml
index 9c29b265..61ae102f 100644
--- a/app/src/main/res/layout/item_custom_theme_switch_item.xml
+++ b/app/src/main/res/layout/item_custom_theme_switch_item.xml
@@ -34,7 +34,7 @@
</LinearLayout>
- <com.google.android.material.switchmaterial.SwitchMaterial
+ <com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/theme_item_switch_item_custom_theme_switch_item"
android:layout_width="wrap_content"
android:layout_height="wrap_content"