PixelShow_com.adpro.pixelshow/app/src/main/res/drawable/bottom_main_bar.xml
2025-12-02 16:53:26 +08:00

5 lines
228 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:topLeftRadius="5dp" android:topRightRadius="5dp"/>
<solid android:color="@color/white"/>
</shape>