Files
XMBOX/app/src/leanback/res/drawable/shape_group.xml
T
2025-07-03 06:16:21 +08:00

7 lines
193 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/green_400" />
</shape>