diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-09-27 08:58:57 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-09-27 08:58:57 +0000 |
commit | 47832e1e91db7e355b8122e1b533966c8df5ddba (patch) | |
tree | 069b08b46e6c43f18b017c957666c5ff9597e073 /app/src/main/res/drawable-night | |
parent | edf85c2bc3d0a7d983b93d888e540380529601ca (diff) | |
download | infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar.gz infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar.bz2 infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar.lz infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar.xz infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar.zst infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.zip |
Blurring spoiler post images is now available. Change spoiler and flair text background colors. Fixed collapsed comments shown after orientation change.
Diffstat (limited to 'app/src/main/res/drawable-night')
-rw-r--r-- | app/src/main/res/drawable-night/ic_font_size_24dp.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-night/ic_font_size_24dp.xml b/app/src/main/res/drawable-night/ic_font_size_24dp.xml new file mode 100644 index 00000000..44c361be --- /dev/null +++ b/app/src/main/res/drawable-night/ic_font_size_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="M9,4v3h5v12h3L17,7h5L22,4L9,4zM3,12h3v7h3v-7h3L12,9L3,9v3z"/> +</vector> |