Commit 6d870c3a authored by wanglei's avatar wanglei

...

parent c32e2968
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#00B8DE" />
<corners android:radius="16dp" />
</shape>
\ No newline at end of file
......@@ -82,7 +82,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginHorizontal="8dp"
android:background="@drawable/bg_00b8de_10"
android:background="@drawable/bg_00b8de_16"
android:gravity="center"
android:textColor="@color/white"
android:textSize="15sp" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment