diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-09-27 09:06:55 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-09-27 09:06:55 +0000 |
commit | ca19c566c338a8c815ce68aa88e3a09987112881 (patch) | |
tree | 25d9036af4de32a738251bc1a476685394ec7e89 /app/src/main/res/drawable-night | |
parent | 62a457a868a5441483cbce8de7ec43db106d880d (diff) | |
download | infinity-for-reddit-ca19c566c338a8c815ce68aa88e3a09987112881.tar infinity-for-reddit-ca19c566c338a8c815ce68aa88e3a09987112881.tar.gz infinity-for-reddit-ca19c566c338a8c815ce68aa88e3a09987112881.tar.bz2 infinity-for-reddit-ca19c566c338a8c815ce68aa88e3a09987112881.tar.lz infinity-for-reddit-ca19c566c338a8c815ce68aa88e3a09987112881.tar.xz infinity-for-reddit-ca19c566c338a8c815ce68aa88e3a09987112881.tar.zst infinity-for-reddit-ca19c566c338a8c815ce68aa88e3a09987112881.zip |
Long press the Floating Action Button to see more options.
Diffstat (limited to 'app/src/main/res/drawable-night')
-rw-r--r-- | app/src/main/res/drawable-night/ic_post_layout_24dp.xml | 9 | ||||
-rw-r--r-- | app/src/main/res/drawable-night/ic_refresh_24dp.xml | 9 | ||||
-rw-r--r-- | app/src/main/res/drawable-night/ic_search_24dp.xml | 5 | ||||
-rw-r--r-- | app/src/main/res/drawable-night/ic_sort_24dp.xml | 9 | ||||
-rw-r--r-- | app/src/main/res/drawable-night/ic_submit_post_24dp.xml | 9 | ||||
-rw-r--r-- | app/src/main/res/drawable-night/ic_text_24dp.xml (renamed from app/src/main/res/drawable-night/ic_outline_text_24px.xml) | 0 |
6 files changed, 41 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-night/ic_post_layout_24dp.xml b/app/src/main/res/drawable-night/ic_post_layout_24dp.xml new file mode 100644 index 00000000..c83788d8 --- /dev/null +++ b/app/src/main/res/drawable-night/ic_post_layout_24dp.xml @@ -0,0 +1,9 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + <path + android:pathData="M3,5v14h19L22,5L3,5zM5,7h15v4L5,11L5,7zM5,17v-4h4v4L5,17zM11,17v-4h9v4h-9z" + android:fillColor="#FFFFFF"/> +</vector> diff --git a/app/src/main/res/drawable-night/ic_refresh_24dp.xml b/app/src/main/res/drawable-night/ic_refresh_24dp.xml new file mode 100644 index 00000000..768b210a --- /dev/null +++ b/app/src/main/res/drawable-night/ic_refresh_24dp.xml @@ -0,0 +1,9 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + <path + android:pathData="M17.65,6.35C16.2,4.9 14.21,4 12,4c-4.42,0 -7.99,3.58 -7.99,8s3.57,8 7.99,8c3.73,0 6.84,-2.55 7.73,-6h-2.08c-0.82,2.33 -3.04,4 -5.65,4 -3.31,0 -6,-2.69 -6,-6s2.69,-6 6,-6c1.66,0 3.14,0.69 4.22,1.78L13,11h7V4l-2.35,2.35z" + android:fillColor="#FFFFFF"/> +</vector> diff --git a/app/src/main/res/drawable-night/ic_search_24dp.xml b/app/src/main/res/drawable-night/ic_search_24dp.xml new file mode 100644 index 00000000..466e71dd --- /dev/null +++ b/app/src/main/res/drawable-night/ic_search_24dp.xml @@ -0,0 +1,5 @@ +<vector android:height="24dp" + android:viewportHeight="24.0" android:viewportWidth="24.0" + android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> + <path android:fillColor="#FFFFFF" android:pathData="M15.5,14h-0.79l-0.28,-0.27C15.41,12.59 16,11.11 16,9.5 16,5.91 13.09,3 9.5,3S3,5.91 3,9.5 5.91,16 9.5,16c1.61,0 3.09,-0.59 4.23,-1.57l0.27,0.28v0.79l5,4.99L20.49,19l-4.99,-5zM9.5,14C7.01,14 5,11.99 5,9.5S7.01,5 9.5,5 14,7.01 14,9.5 11.99,14 9.5,14z"/> +</vector> diff --git a/app/src/main/res/drawable-night/ic_sort_24dp.xml b/app/src/main/res/drawable-night/ic_sort_24dp.xml new file mode 100644 index 00000000..e795d2a2 --- /dev/null +++ b/app/src/main/res/drawable-night/ic_sort_24dp.xml @@ -0,0 +1,9 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + <path + android:fillColor="#FFFFFF" + android:pathData="M3,18h6v-2L3,16v2zM3,6v2h18L21,6L3,6zM3,13h12v-2L3,11v2z"/> +</vector> diff --git a/app/src/main/res/drawable-night/ic_submit_post_24dp.xml b/app/src/main/res/drawable-night/ic_submit_post_24dp.xml new file mode 100644 index 00000000..21ef5658 --- /dev/null +++ b/app/src/main/res/drawable-night/ic_submit_post_24dp.xml @@ -0,0 +1,9 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + <path + android:pathData="M3,17.25V21h3.75L17.81,9.94l-3.75,-3.75L3,17.25zM20.71,7.04c0.39,-0.39 0.39,-1.02 0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-1.83,1.83 3.75,3.75 1.83,-1.83z" + android:fillColor="#FFFFFF"/> +</vector> diff --git a/app/src/main/res/drawable-night/ic_outline_text_24px.xml b/app/src/main/res/drawable-night/ic_text_24dp.xml index a88d9084..a88d9084 100644 --- a/app/src/main/res/drawable-night/ic_outline_text_24px.xml +++ b/app/src/main/res/drawable-night/ic_text_24dp.xml |