We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20ff79 commit 7e8f20eCopy full SHA for 7e8f20e
1 file changed
app/src/main/res/drawable/btn_bg_active_large.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<shape xmlns:android="http://schemas.android.com/apk/res/android"
3
android:shape="rectangle">
4
- <solid android:color="#3F828282" />
+ <solid android:color="#3F9C9C9C" />
5
<!-- 设置按钮的四个角为弧形 -->
6
<!-- android:radius 弧形的半径 -->
7
<corners android:radius="25dp" />
0 commit comments