个人信息与权限
This commit is contained in:
6
app/src/common/res/drawable/bg_f6f7f9_8_radius.xml
Normal file
6
app/src/common/res/drawable/bg_f6f7f9_8_radius.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="@dimen/dp_8" />
|
||||
<solid android:color="#F6F7F9" />
|
||||
</shape>
|
Reference in New Issue
Block a user