version:1.9.1
fix: update:个人信息页面完善
This commit is contained in:
19
app/src/main/res/drawable/edit_text_bg.xml
Normal file
19
app/src/main/res/drawable/edit_text_bg.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 内部颜色 -->
|
||||
<solid
|
||||
android:color="#E5E5E5" />
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners
|
||||
android:topLeftRadius="@dimen/dp_6"
|
||||
android:topRightRadius="@dimen/dp_6"
|
||||
android:bottomLeftRadius="@dimen/dp_6"
|
||||
android:bottomRightRadius="@dimen/dp_6" />
|
||||
|
||||
<padding
|
||||
android:bottom="@dimen/dp_8"
|
||||
android:left="@dimen/dp_8"
|
||||
android:right="@dimen/dp_8"
|
||||
android:top="@dimen/dp_8" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user