测试
This commit is contained in:
12
app/src/main/res/drawable/transparent_icon.xml
Normal file
12
app/src/main/res/drawable/transparent_icon.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<!-- 完全透明的图标,不显示任何内容 -->
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,0h24v24h-24z" />
|
||||
</vector>
|
||||
Reference in New Issue
Block a user