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/drawable-night | |
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/drawable-night')
-rw-r--r-- | app/src/main/res/drawable-night/ic_outline_privacy_policy_24dp.xml | 5 | ||||
-rw-r--r-- | app/src/main/res/drawable-night/ic_outline_user_agreement_24dp.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-night/ic_outline_privacy_policy_24dp.xml b/app/src/main/res/drawable-night/ic_outline_privacy_policy_24dp.xml new file mode 100644 index 00000000..6aeb54e1 --- /dev/null +++ b/app/src/main/res/drawable-night/ic_outline_privacy_policy_24dp.xml @@ -0,0 +1,5 @@ +<vector android:height="24dp" + android:viewportHeight="24" android:viewportWidth="24" + android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> + <path android:fillColor="#FFFFFF" android:pathData="M12,3.19l7,3.11V11c0,4.52 -2.98,8.69 -7,9.93C7.98,19.69 5,15.52 5,11V6.3L12,3.19M12,1L3,5v6c0,5.55 3.84,10.74 9,12c5.16,-1.26 9,-6.45 9,-12V5L12,1L12,1zM11,7h2v2h-2V7zM11,11h2v6h-2V11z"/> +</vector> diff --git a/app/src/main/res/drawable-night/ic_outline_user_agreement_24dp.xml b/app/src/main/res/drawable-night/ic_outline_user_agreement_24dp.xml new file mode 100644 index 00000000..694f0d45 --- /dev/null +++ b/app/src/main/res/drawable-night/ic_outline_user_agreement_24dp.xml @@ -0,0 +1,5 @@ +<vector android:height="24dp" + android:viewportHeight="24" android:viewportWidth="24" + android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> + <path android:fillColor="#FFFFFF" android:pathData="M12,1L3,5v6c0,5.55 3.84,10.74 9,12c5.16,-1.26 9,-6.45 9,-12V5L12,1zM19,11c0,1.85 -0.51,3.65 -1.38,5.21l-1.45,-1.45c1.29,-1.94 1.07,-4.58 -0.64,-6.29c-1.95,-1.95 -5.12,-1.95 -7.07,0c-1.95,1.95 -1.95,5.12 0,7.07c1.71,1.71 4.35,1.92 6.29,0.64l1.72,1.72c-1.19,1.42 -2.73,2.51 -4.47,3.04C7.98,19.69 5,15.52 5,11V6.3l7,-3.11l7,3.11V11zM12,15c-1.66,0 -3,-1.34 -3,-3s1.34,-3 3,-3s3,1.34 3,3S13.66,15 12,15z"/> +</vector> |