mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 07:05:49 +03:00
Merge pull request #4843 from Unpublished/fix4842
Use png instead of vector drawable for bitmap
This commit is contained in:
commit
b9ff6cecfc
6 changed files with 0 additions and 18 deletions
BIN
src/main/res/drawable-hdpi/checker_16_16.png
Normal file
BIN
src/main/res/drawable-hdpi/checker_16_16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 149 B |
BIN
src/main/res/drawable-mdpi/checker_16_16.png
Normal file
BIN
src/main/res/drawable-mdpi/checker_16_16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 B |
BIN
src/main/res/drawable-xhdpi/checker_16_16.png
Normal file
BIN
src/main/res/drawable-xhdpi/checker_16_16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 B |
BIN
src/main/res/drawable-xxhdpi/checker_16_16.png
Normal file
BIN
src/main/res/drawable-xxhdpi/checker_16_16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 170 B |
BIN
src/main/res/drawable-xxxhdpi/checker_16_16.png
Normal file
BIN
src/main/res/drawable-xxxhdpi/checker_16_16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 176 B |
|
@ -1,18 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="16dp"
|
||||
android:height="16dp"
|
||||
android:viewportWidth="16"
|
||||
android:viewportHeight="16">
|
||||
<path
|
||||
android:pathData="M-0.024,0.038l8.005,0l0,8.0003l-8.005,0z"
|
||||
android:fillColor="#EBEBEB"/>
|
||||
<path
|
||||
android:pathData="M7.9998,8l8.005,0l0,8.0003l-8.005,0z"
|
||||
android:fillColor="#EBEBEB"/>
|
||||
<path
|
||||
android:pathData="M7.9617,0.0142l8.005,0l0,8.0003l-8.005,0z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M-0.024,8l8.005,0l0,8.0003l-8.005,0z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
Loading…
Reference in a new issue