Files
2025-09-18 17:55:52 -04:00

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>