浏览代码

修改样式细节问题

Pq 7 月之前
父节点
当前提交
e8bcf7f67a

+ 5 - 0
musicMerge/src/main/res/drawable/shape_f8f8f8_top_20dp.xml

@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+    <solid android:color="@color/color_f8f8f8"/>
+    <corners android:topRightRadius="20dp" android:topLeftRadius="20dp"/>
+</shape>

+ 1 - 1
musicMerge/src/main/res/layout/ac_my_work_layout.xml

@@ -105,7 +105,7 @@
         android:layout_width="match_parent"
         android:layout_height="0dp"
         android:layout_marginTop="168dp"
-        android:background="@drawable/shape_f8f9fc_top_20dp"
+        android:background="@drawable/shape_f8f8f8_top_20dp"
         app:layout_constraintBottom_toBottomOf="@+id/iv_top_bg"
         app:layout_constraintTop_toTopOf="parent" />