mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 05:21:28 +08:00
7 lines
270 B
XML
7 lines
270 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="?attr/app_on_background_theme" />
|
|
<corners
|
|
android:bottomLeftRadius="10dp"
|
|
android:bottomRightRadius="10dp"/>
|
|
</shape> |