mirror of https://github.com/kurisufriend/Clover
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
371 B
16 lines
371 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:insetLeft="8dp"
|
|
android:insetTop="8dp"
|
|
android:insetRight="8dp"
|
|
android:insetBottom="8dp" >
|
|
<shape>
|
|
<solid
|
|
android:color="#FF0099CC" />
|
|
|
|
<corners
|
|
android:radius="4dp" />
|
|
|
|
</shape>
|
|
|
|
</inset>
|
|
|