mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
12 lines
275 B
XML
12 lines
275 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<solid
|
|
android:color="@color/RbxRed1"/>
|
|
|
|
<size
|
|
android:width="600dp"
|
|
android:height="600dp"/>
|
|
</shape> |