mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 03:51:27 +08:00
9 lines
345 B
XML
9 lines
345 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="@color/fold_layout_background" />
|
|
<corners
|
|
android:topLeftRadius="10dp"
|
|
android:topRightRadius="10dp"
|
|
android:bottomLeftRadius="10dp"
|
|
android:bottomRightRadius="10dp"/>
|
|
</shape> |