- 创建带图案打开意图过滤器的 PatternLockActivity - 构建图案锁布局和点背景样式 - 添加图案锁颜色和字符串资源 - 更新构建计数到 11 注意:图案锁 UI 已创建但尚未集成
9 lines
272 B
XML
9 lines
272 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="ring"
|
|
android:innerRadiusRatio="3"
|
|
android:thicknessRatio="8"
|
|
android:useLevel="false">
|
|
<solid android:color="#00000000"/>
|
|
</shape>
|