Files
Xuewang365OSNeutral/app/src/main/res/drawable/user_box_bg_transparent.xml
tongtongstudio 2c4af66ad8 version:1.9.1
fix:
update:个人信息页面完善
2024-09-14 09:40:25 +08:00

21 lines
688 B
XML

<?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>