mirror of
https://github.com/Team-xManager/xManager.git
synced 2024-11-09 10:02:08 +01:00
Add files via upload
This commit is contained in:
parent
e16875a34f
commit
e103248b03
9
app/src/main/res/background.xml
Normal file
9
app/src/main/res/background.xml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<item>
|
||||||
|
<shape android:shape="rectangle" android:padding="10dp">
|
||||||
|
<solid android:color="#FF171717"/>
|
||||||
|
<corners android:radius="10dp"/>
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
</layer-list>
|
Loading…
Reference in New Issue
Block a user