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/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 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/main_preferences.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml index 107e9e52..d7433851 100644 --- a/app/src/main/res/xml/main_preferences.xml +++ b/app/src/main/res/xml/main_preferences.xml @@ -89,10 +89,12 @@ <ml.docilealligator.infinityforreddit.customviews.CustomFontPreference android:key="privacy_policy" + app:icon="@drawable/ic_outline_privacy_policy_24dp" app:title="@string/settings_privacy_policy_title" /> <ml.docilealligator.infinityforreddit.customviews.CustomFontPreference android:key="reddit_user_agreement" + app:icon="@drawable/ic_outline_user_agreement_24dp" app:title="@string/settings_reddit_user_agreement_title" /> </androidx.preference.PreferenceScreen>
\ No newline at end of file |