aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_post_poll.xml
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2023-09-20 03:03:33 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2023-09-20 03:03:33 +0000
commit3e4068442f1e78e76770b18427ed266a392fb896 (patch)
tree24fed26993cff84ce372258206cfa02a60337298 /app/src/main/res/layout/activity_post_poll.xml
parentd597048759a9ab5c4f5cd060d864cccfe6fc8562 (diff)
downloadinfinity-for-reddit-3e4068442f1e78e76770b18427ed266a392fb896.tar
infinity-for-reddit-3e4068442f1e78e76770b18427ed266a392fb896.tar.gz
infinity-for-reddit-3e4068442f1e78e76770b18427ed266a392fb896.tar.bz2
infinity-for-reddit-3e4068442f1e78e76770b18427ed266a392fb896.tar.lz
infinity-for-reddit-3e4068442f1e78e76770b18427ed266a392fb896.tar.xz
infinity-for-reddit-3e4068442f1e78e76770b18427ed266a392fb896.tar.zst
infinity-for-reddit-3e4068442f1e78e76770b18427ed266a392fb896.zip
Change TextInputLayout style. Disable swipe right to go back in CustomizePostFilterActivity.
Diffstat (limited to 'app/src/main/res/layout/activity_post_poll.xml')
-rw-r--r--app/src/main/res/layout/activity_post_poll.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/src/main/res/layout/activity_post_poll.xml b/app/src/main/res/layout/activity_post_poll.xml
index f3601995..f1b90454 100644
--- a/app/src/main/res/layout/activity_post_poll.xml
+++ b/app/src/main/res/layout/activity_post_poll.xml
@@ -234,7 +234,7 @@
android:paddingBottom="8dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
- style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">
+ style="@style/Widget.Material3.TextInputLayout.OutlinedBox">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/option_1_text_input_layout_edit_text_post_poll_activity"
@@ -254,7 +254,7 @@
android:paddingBottom="8dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
- style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">
+ style="@style/Widget.Material3.TextInputLayout.OutlinedBox">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/option_2_text_input_layout_edit_text_post_poll_activity"
@@ -274,7 +274,7 @@
android:paddingBottom="8dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
- style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">
+ style="@style/Widget.Material3.TextInputLayout.OutlinedBox">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/option_3_text_input_layout_edit_text_post_poll_activity"
@@ -294,7 +294,7 @@
android:paddingBottom="8dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
- style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">
+ style="@style/Widget.Material3.TextInputLayout.OutlinedBox">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/option_4_text_input_layout_edit_text_post_poll_activity"
@@ -314,7 +314,7 @@
android:paddingBottom="8dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
- style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">
+ style="@style/Widget.Material3.TextInputLayout.OutlinedBox">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/option_5_text_input_layout_edit_text_post_poll_activity"
@@ -334,7 +334,7 @@
android:paddingBottom="8dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
- style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">
+ style="@style/Widget.Material3.TextInputLayout.OutlinedBox">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/option_6_text_input_layout_edit_text_post_poll_activity"