Files
watrbx-game-engine/Android/NativeShell/res/drawable/rbx_bg_card_shadow_red.xml
T
2025-09-18 17:55:52 -04:00

21 lines
594 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="3dp"/>
</shape>
</item>
<item
android:left="1dp"
android:right="1dp"
android:top="0dp"
android:bottom="2dp">
<shape android:shape="rectangle">
<solid android:color="@color/RbxRed2"/>
<corners android:radius="3dp"/>
</shape>
</item>
</layer-list>