mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-05 22:31:26 +08:00
7 lines
273 B
XML
7 lines
273 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="@color/design_default_color_background" />
|
|
<corners
|
|
android:topLeftRadius="10dp"
|
|
android:topRightRadius="10dp"/>
|
|
</shape> |