LeOS-Genesis/app/src/main/res/xml/border_set.xml

13 lines
361 B
XML
Raw Normal View History

2019-07-13 18:20:04 +02:00
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<solid android:color="#e2e2e2" />
</shape>
</item>
<item android:bottom="1dp">
<shape android:shape="rectangle">
<solid android:color="#fcfcfc" />
</shape>
</item>
</layer-list>