diff options
author | aleksandar-stefanovic <theonewithideas@gmail.com> | 2016-12-29 20:55:55 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2017-01-11 07:00:51 +0000 |
commit | a940c8280d26be030dd7a53cf7b4077430597e8d (patch) | |
tree | f70844012cf8c8d3b0452e604f599b19d874d0fb /android/source/res/drawable | |
parent | d976f9151af53319819c6adb77bc819c460c1bb5 (diff) |
Folder icon redesign
Replaced old and busted icon design, with Google's generic app icon.
It is now a vector drawable, which means it will be sharp at any resolution,
while we only need to keep one tiny xml file for it. No folder thumbnail
support, but this a welcomed change nontheless.
Change-Id: Ie6e38a6ac8e6cf1bc2d22247c11b5de0bd0d8478
Reviewed-on: https://gerrit.libreoffice.org/32498
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'android/source/res/drawable')
-rw-r--r-- | android/source/res/drawable/folder.png | bin | 17274 -> 0 bytes | |||
-rw-r--r-- | android/source/res/drawable/ic_folder_black_24dp.xml | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/android/source/res/drawable/folder.png b/android/source/res/drawable/folder.png Binary files differdeleted file mode 100644 index 40a65984708d..000000000000 --- a/android/source/res/drawable/folder.png +++ /dev/null diff --git a/android/source/res/drawable/ic_folder_black_24dp.xml b/android/source/res/drawable/ic_folder_black_24dp.xml new file mode 100644 index 000000000000..1a9a16fb1704 --- /dev/null +++ b/android/source/res/drawable/ic_folder_black_24dp.xml @@ -0,0 +1,5 @@ +<vector android:autoMirrored="true" android:height="24dp" + android:viewportHeight="24.0" android:viewportWidth="24.0" + android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> + <path android:fillColor="#FF000000" android:pathData="M10,4H4c-1.1,0 -1.99,0.9 -1.99,2L2,18c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2V8c0,-1.1 -0.9,-2 -2,-2h-8l-2,-2z"/> +</vector> |