desc:应用内自己实现恢复出厂设置功能
parent
32532c035e
commit
1a4bebe265
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/_842A2A" />
|
||||
<corners
|
||||
android:bottomRightRadius="@dimen/_20dp"
|
||||
android:bottomLeftRadius="0dp"
|
||||
android:topLeftRadius="0dp"
|
||||
android:topRightRadius="0dp"/>
|
||||
</shape>
|
Loading…
Reference in New Issue