diff options
Diffstat (limited to 'app/src/main/res/drawable-night/ic_post_layout_24dp.xml')
-rw-r--r-- | app/src/main/res/drawable-night/ic_post_layout_24dp.xml | 9 |
1 files changed, 9 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> |