Commit bb3c6fb6b301e38446f07ddbfd0691529d7f1afe
1 parent
c6913670
1 优化修改音箱名称默认不可选中的颜色
Showing
1 changed file
with
1 additions
and
1 deletions
module_xiaojiaSoundBox/src/main/res/drawable/shape_xiaojia_btn_gray.xml
| 1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | 2 | <shape xmlns:android="http://schemas.android.com/apk/res/android"> |
| 3 | 3 | <corners android:radius="50dp" /> |
| 4 | - <solid android:color="@color/btn_close" /> | |
| 4 | + <solid android:color="@color/btn_xiaojia_press" /> | |
| 5 | 5 | </shape> |
| 6 | 6 | \ No newline at end of file | ... | ... |