mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
6 lines
279 B
XML
6 lines
279 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="#FFFFFF"/>
|
|
<stroke android:width="1dip" android:color="@color/RbxRed2"/>
|
|
<corners android:radius="@dimen/btnFlatStdCornerRadius"/>
|
|
</shape> |