| <?xml version="1.0" encoding="utf-8"?> | 
| <shape xmlns:android="http://schemas.android.com/apk/res/android"> | 
|     <solid android:color="@color/bottom_color" /> <!-- 按钮的背景色 --> | 
|     <corners android:radius="90dp" /> <!-- 让按钮的四个角变成圆形 --> | 
|     <size android:width="200dp" android:height="100dp" /> <!-- 设置按钮的宽高 --> | 
| </shape> |