refactor: add more missing drawables
This commit is contained in:
parent
b26b6a8339
commit
f88bcf9354
4 changed files with 28 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:width="20sp"
|
||||
android:height="20sp"
|
||||
android:drawable="@drawable/ic_fluent_arrow_reply_20_filled" />
|
||||
</layer-list>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:width="20sp"
|
||||
android:height="20sp"
|
||||
android:drawable="@drawable/ic_fluent_earth_20_regular" />
|
||||
</layer-list>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:width="20sp"
|
||||
android:height="20sp"
|
||||
android:drawable="@drawable/ic_fluent_lock_closed_20_filled" />
|
||||
</layer-list>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:width="20sp"
|
||||
android:height="20sp"
|
||||
android:drawable="@drawable/ic_fluent_lock_open_20_regular" />
|
||||
</layer-list>
|
Loading…
Add table
Reference in a new issue