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/activity_post_text.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/activity_post_text.xml')
-rw-r--r-- | app/src/main/res/layout/activity_post_text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |