今奥全景相机
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.

12 lines
500 B

<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<padding android:left="6.0dip" android:top="6.0dip" android:right="6.0dip" android:bottom="6.0dip" />
<corners android:radius="6.0dip" />
<solid android:color="@color/toast_bg" />
<stroke android:width="1.0dip" android:color="@color/toast_bord" />
</shape>
</item>
</selector>