diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-11-08 12:17:26 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-11-08 12:17:26 +0000 |
commit | 071ce78b7cb6e1249e56faaef6f05fa311b83a1c (patch) | |
tree | 5a281f624cfb40722b92338cdc5d7ead3cf7e626 /app/src/main/res/layout/fragment_post_history.xml | |
parent | 2c9ffbc6142f63b72a1b53f24d2100d9d0d63751 (diff) | |
download | infinity-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/layout/fragment_post_history.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_post_history.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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" |