mirror of
https://github.com/fankes/MIUINativeNotifyIcon.git
synced 2025-09-07 11:09:52 +08:00
Modify merge all png elements to svg elements
This commit is contained in:
12
app/src/main/res/drawable/ic_page_top.xml
Normal file
12
app/src/main/res/drawable/ic_page_top.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="72dp"
|
||||
android:height="72dp"
|
||||
android:viewportWidth="1024"
|
||||
android:viewportHeight="1024">
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="m563.5,895.1m-41,0v0q-41,0 -41,-41v-573.4q0,-41 41,-41v0q41,0 41,41v573.4q0,41 -41,41z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M521.5,242.2 L318.2,445.4a41,41 0,1 1,-57.9 -57.9l231.7,-231.7a41,41 0,0 1,58.4 -0.5l231.7,231.7a41,41 0,1 1,-57.9 57.9z" />
|
||||
</vector>
|
Reference in New Issue
Block a user