diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-11-08 13:12:33 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-11-08 13:12:33 +0000 |
commit | 681a1c584c9e156d4f6fab9e19567a0b59e48736 (patch) | |
tree | 4063be4b52259c3e0027b3c7e6d62c5ca5ff630a /app/src/main/res/layout/preference_switch.xml | |
parent | 071ce78b7cb6e1249e56faaef6f05fa311b83a1c (diff) | |
download | infinity-for-reddit-681a1c584c9e156d4f6fab9e19567a0b59e48736.tar infinity-for-reddit-681a1c584c9e156d4f6fab9e19567a0b59e48736.tar.gz infinity-for-reddit-681a1c584c9e156d4f6fab9e19567a0b59e48736.tar.bz2 infinity-for-reddit-681a1c584c9e156d4f6fab9e19567a0b59e48736.tar.lz infinity-for-reddit-681a1c584c9e156d4f6fab9e19567a0b59e48736.tar.xz infinity-for-reddit-681a1c584c9e156d4f6fab9e19567a0b59e48736.tar.zst infinity-for-reddit-681a1c584c9e156d4f6fab9e19567a0b59e48736.zip |
Limit EditText's height in CustomizePostFilterActivity.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/layout/preference_switch.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/layout/preference_switch.xml b/app/src/main/res/layout/preference_switch.xml new file mode 100644 index 00000000..04934b5b --- /dev/null +++ b/app/src/main/res/layout/preference_switch.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<com.google.android.material.materialswitch.MaterialSwitch xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/material_switch_switch_preference" + android:layout_width="wrap_content" + android:layout_height="wrap_content" />
\ No newline at end of file |