version:1.8.9
fix: update:密码界面统一,增加权限说明页面
This commit is contained in:
11
app/src/main/res/drawable/bt_dialer_pressed.xml
Normal file
11
app/src/main/res/drawable/bt_dialer_pressed.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 内部颜色 -->
|
||||
<solid android:color="@color/circle_f" />
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners
|
||||
android:topLeftRadius="@dimen/dp_30"
|
||||
android:topRightRadius="@dimen/dp_30"
|
||||
android:bottomLeftRadius="@dimen/dp_30"
|
||||
android:bottomRightRadius="@dimen/dp_30" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user