mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2026-01-28 00:00:03 +08:00
8 lines
282 B
XML
8 lines
282 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle"
|
|
>
|
|
<corners android:radius="6dp" />
|
|
<solid android:color="#0A9789" />
|
|
<stroke android:color="#0A9789" android:width="1dp"/>
|
|
</shape> |