Add files via upload

This commit is contained in:
xC3FFF0E 2022-04-24 22:44:50 +08:00 committed by GitHub
parent 6945e33883
commit 93eb72ae29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:left="10dp"
android:right="10dp">
<shape android:shape="rectangle" >
<solid android:color="#616161" />
</shape>
</item>
</layer-list>