version:1.9.1
fix: update:个人信息页面完善
This commit is contained in:
21
app/src/main/res/drawable/user_box_bg_transparent.xml
Normal file
21
app/src/main/res/drawable/user_box_bg_transparent.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="45"
|
||||
android:endColor="#338282EB"
|
||||
android:startColor="#338282EB" />
|
||||
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners
|
||||
android:bottomLeftRadius="@dimen/dp_8"
|
||||
android:bottomRightRadius="@dimen/dp_8"
|
||||
android:topLeftRadius="@dimen/dp_8"
|
||||
android:topRightRadius="@dimen/dp_8" />
|
||||
|
||||
<!-- <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