JKBaseLib/BaseLibrary/src/main/res/drawable/library_button_radius_01.xml

6 lines
233 B
XML
Raw Normal View History

2025-06-30 13:49:41 +08:00
<!-- res/drawable/red_round_button.xml -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/themeColor" />
<corners android:radius="4dp" />
</shape>