Ver código fonte

修改学生端我的页面VIP背景样式

Pq 8 meses atrás
pai
commit
40a6e43b45

+ 2 - 1
student/src/main/res/drawable/shape_mine_free_card_bg.xml

@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient android:startColor="#E8F6FF"
-        android:endColor="#9DD7FF"/>
+        android:endColor="#9DD7FF"
+        android:angle="315"/>
     <corners android:radius="10dp"/>
 </shape>

+ 3 - 1
student/src/main/res/drawable/shape_mine_svip_info_bg.xml

@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient android:startColor="#FFEDE0"
-        android:endColor="#FFC7A2"/>
+        android:centerColor="#FFC7A2"
+        android:angle="315"
+        android:endColor="#FFD4B5"/>
     <corners android:radius="10dp"/>
 </shape>

+ 3 - 1
student/src/main/res/drawable/shape_mine_vip_info_bg.xml

@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient android:startColor="#FFF7E0"
-        android:endColor="#FFE2A2"/>
+        android:centerColor="#FFE9B5"
+        android:endColor="#FFE2A2"
+        android:angle="315"/>
     <corners android:radius="10dp"/>
 </shape>