mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
19 lines
590 B
XML
19 lines
590 B
XML
<?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="@color/RbxShadow"/>
|
|
<corners android:radius="1dp"/>
|
|
</shape>
|
|
</item>
|
|
<item
|
|
android:left="1dp"
|
|
android:right="1dp"
|
|
android:top="0dp"
|
|
android:bottom="2dp">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="@color/white"/>
|
|
<corners android:radius="1dp"/>
|
|
</shape>
|
|
</item>
|
|
</layer-list> |