mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-23 17:40:54 +00:00
Replaced pin images for holo style by vector drawable (#199)
This commit is contained in:
parent
10f6e30e44
commit
87009e8921
6 changed files with 9 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 566 B |
Binary file not shown.
Before Width: | Height: | Size: 414 B |
Binary file not shown.
Before Width: | Height: | Size: 502 B |
Binary file not shown.
Before Width: | Height: | Size: 710 B |
Binary file not shown.
Before Width: | Height: | Size: 550 B |
9
app/src/main/res/drawable/ic_clipboard_pin_holo_dark.xml
Normal file
9
app/src/main/res/drawable/ic_clipboard_pin_holo_dark.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:height="24dp"
|
||||||
|
android:width="24dp"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:viewportHeight="24">
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFF"
|
||||||
|
android:pathData="M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z"/>
|
||||||
|
</vector>
|
Loading…
Add table
Add a link
Reference in a new issue