重写歌词组件,添加悬浮窗歌词效果
This commit is contained in:
parent
3f7664f652
commit
973157c1a8
9
app/src/main/res/drawable/lock.xml
Normal file
9
app/src/main/res/drawable/lock.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="36dp"
|
||||||
|
android:height="36dp"
|
||||||
|
android:viewportWidth="1024"
|
||||||
|
android:viewportHeight="1024">
|
||||||
|
<path
|
||||||
|
android:pathData="M256,426.7h512v426.7L256,853.3L256,426.7zM341.3,512v256h341.3v-256L341.3,512zM341.3,469.3L256,469.3v-42.7h85.3L341.3,341.3c0,-93.9 76.8,-170.7 170.7,-170.7s170.7,76.8 170.7,170.7v85.3h85.3v42.7h-170.7L597.3,341.3c0,-46.9 -38.4,-85.3 -85.3,-85.3s-85.3,38.4 -85.3,85.3v128L341.3,469.3zM512,682.7c-25.6,0 -42.7,-17.1 -42.7,-42.7s17.1,-42.7 42.7,-42.7 42.7,17.1 42.7,42.7 -17.1,42.7 -42.7,42.7z"
|
||||||
|
android:fillColor="@color/text"/>
|
||||||
|
</vector>
|
Loading…
Reference in New Issue
Block a user