18 lines
587 B
XML
18 lines
587 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<!-- 内部颜色 -->
|
|
<!-- <solid android:color="@color/sos_text_color" />-->
|
|
<!-- 圆角的幅度 -->
|
|
|
|
<corners android:radius="@dimen/default_radius" />
|
|
|
|
<gradient
|
|
android:angle="315"
|
|
android:endColor="#114BEB"
|
|
android:startColor="#17BEE6" />
|
|
<!-- <padding-->
|
|
<!-- android:bottom="0dp"-->
|
|
<!-- android:left="8dp"-->
|
|
<!-- android:right="8dp"-->
|
|
<!-- android:top="0dp" />-->
|
|
</shape> |