diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-10-28 00:59:57 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-10-28 00:59:57 +0000 |
commit | 84e4dd09c3bb585c4cfc4166c9f9207610458cf2 (patch) | |
tree | 1b5d613124bbdecb4cc246117a5a76d205359b91 /app/src/main/res/drawable-night | |
parent | e1b0b568ec21be256318d387ed2809ed3dc45b63 (diff) | |
download | infinity-for-reddit-84e4dd09c3bb585c4cfc4166c9f9207610458cf2.tar infinity-for-reddit-84e4dd09c3bb585c4cfc4166c9f9207610458cf2.tar.gz infinity-for-reddit-84e4dd09c3bb585c4cfc4166c9f9207610458cf2.tar.bz2 infinity-for-reddit-84e4dd09c3bb585c4cfc4166c9f9207610458cf2.tar.lz infinity-for-reddit-84e4dd09c3bb585c4cfc4166c9f9207610458cf2.tar.xz infinity-for-reddit-84e4dd09c3bb585c4cfc4166c9f9207610458cf2.tar.zst infinity-for-reddit-84e4dd09c3bb585c4cfc4166c9f9207610458cf2.zip |
Add an option to filter subreddits in popular and all.
Diffstat (limited to 'app/src/main/res/drawable-night')
-rw-r--r-- | app/src/main/res/drawable-night/ic_filter_24dp.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-night/ic_filter_24dp.xml b/app/src/main/res/drawable-night/ic_filter_24dp.xml new file mode 100644 index 00000000..641119c4 --- /dev/null +++ b/app/src/main/res/drawable-night/ic_filter_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="M7,6h10l-5.01,6.3L7,6zM4.25,5.61C6.27,8.2 10,13 10,13v6c0,0.55 0.45,1 1,1h2c0.55,0 1,-0.45 1,-1v-6c0,0 3.72,-4.8 5.74,-7.39C20.25,4.95 19.78,4 18.95,4H5.04C4.21,4 3.74,4.95 4.25,5.61z"/> +</vector> |