mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 09:02:34 -06:00
12 lines
400 B
XML
12 lines
400 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="?attr/colorSurface"/>
|
|
<corners
|
|
android:topLeftRadius="4dp"
|
|
android:topRightRadius="4dp"
|
|
android:bottomLeftRadius="4dp"
|
|
android:bottomRightRadius="4dp"/>
|
|
<padding
|
|
android:top="8dp"
|
|
android:bottom="8dp"/>
|
|
</shape>
|