diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-02-02 13:50:42 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-02-02 13:50:42 +0000 |
commit | 7ae7827d491473b326dcf3f3c297803816f798c0 (patch) | |
tree | 12acb9293e74ff694c7b9dd039b21ed70da9051a /app/src/main/res/drawable-night/ic_inbox_24dp.xml | |
parent | bdf5f07883fad7444207cc49537cd7deba0c9b84 (diff) | |
download | infinity-for-reddit-7ae7827d491473b326dcf3f3c297803816f798c0.tar infinity-for-reddit-7ae7827d491473b326dcf3f3c297803816f798c0.tar.gz infinity-for-reddit-7ae7827d491473b326dcf3f3c297803816f798c0.tar.bz2 infinity-for-reddit-7ae7827d491473b326dcf3f3c297803816f798c0.tar.lz infinity-for-reddit-7ae7827d491473b326dcf3f3c297803816f798c0.tar.xz infinity-for-reddit-7ae7827d491473b326dcf3f3c297803816f798c0.tar.zst infinity-for-reddit-7ae7827d491473b326dcf3f3c297803816f798c0.zip |
Minor layout tweaks.
Diffstat (limited to 'app/src/main/res/drawable-night/ic_inbox_24dp.xml')
-rw-r--r-- | app/src/main/res/drawable-night/ic_inbox_24dp.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-night/ic_inbox_24dp.xml b/app/src/main/res/drawable-night/ic_inbox_24dp.xml new file mode 100644 index 00000000..cc3f203c --- /dev/null +++ b/app/src/main/res/drawable-night/ic_inbox_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="#FFFFFFFF" + android:pathData="M19,3L5,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2zM19,19L5,19v-3h3.56c0.69,1.19 1.97,2 3.45,2s2.75,-0.81 3.45,-2L19,16v3zM19,14h-4.99c0,1.1 -0.9,2 -2,2s-2,-0.9 -2,-2L5,14L5,5h14v9z"/> +</vector> |