diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-07-16 00:40:39 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-07-16 00:40:39 +0000 |
commit | 4f4dc821d4daaf332c16d970256999c9532fcb3c (patch) | |
tree | aedfcf6792986ed02f7789822f7733ccb6117c57 /app/src/main/res/drawable-night | |
parent | b9ecbc2a105828326e8996229eb57640f248b1ce (diff) | |
download | infinity-for-reddit-4f4dc821d4daaf332c16d970256999c9532fcb3c.tar infinity-for-reddit-4f4dc821d4daaf332c16d970256999c9532fcb3c.tar.gz infinity-for-reddit-4f4dc821d4daaf332c16d970256999c9532fcb3c.tar.bz2 infinity-for-reddit-4f4dc821d4daaf332c16d970256999c9532fcb3c.tar.lz infinity-for-reddit-4f4dc821d4daaf332c16d970256999c9532fcb3c.tar.xz infinity-for-reddit-4f4dc821d4daaf332c16d970256999c9532fcb3c.tar.zst infinity-for-reddit-4f4dc821d4daaf332c16d970256999c9532fcb3c.zip |
Implement SelectOrCaptureImageBottomSheetFragment.
Diffstat (limited to 'app/src/main/res/drawable-night')
-rw-r--r-- | app/src/main/res/drawable-night/ic_outline_add_a_photo_day_night_24dp.xml | 9 | ||||
-rw-r--r-- | app/src/main/res/drawable-night/ic_outline_select_photo_day_night_24dp.xml | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-night/ic_outline_add_a_photo_day_night_24dp.xml b/app/src/main/res/drawable-night/ic_outline_add_a_photo_day_night_24dp.xml new file mode 100644 index 00000000..57869fc5 --- /dev/null +++ b/app/src/main/res/drawable-night/ic_outline_add_a_photo_day_night_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="M21,6h-3.17L16,4h-6v2h5.12l1.83,2L21,8v12L5,20v-9L3,11v9c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2L23,8c0,-1.1 -0.9,-2 -2,-2zM8,14c0,2.76 2.24,5 5,5s5,-2.24 5,-5 -2.24,-5 -5,-5 -5,2.24 -5,5zM13,11c1.65,0 3,1.35 3,3s-1.35,3 -3,3 -3,-1.35 -3,-3 1.35,-3 3,-3zM5,6h3L8,4L5,4L5,1L3,1v3L0,4v2h3v3h2z"/> +</vector> diff --git a/app/src/main/res/drawable-night/ic_outline_select_photo_day_night_24dp.xml b/app/src/main/res/drawable-night/ic_outline_select_photo_day_night_24dp.xml new file mode 100644 index 00000000..136ace9f --- /dev/null +++ b/app/src/main/res/drawable-night/ic_outline_select_photo_day_night_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="M18,20L4,20L4,6h9L13,4L4,4c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2v-9h-2v9zM10.21,16.83l-1.96,-2.36L5.5,18h11l-3.54,-4.71zM20,4L20,1h-2v3h-3c0.01,0.01 0,2 0,2h3v2.99c0.01,0.01 2,0 2,0L20,6h3L23,4h-3z"/> +</vector> |