Explorar el Código

fix: 钱包item背景问题

XiaodongLin hace 7 meses
padre
commit
11abed90bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      module/wallet/src/main/res/layout/layout_recharge_item.xml

+ 1 - 1
module/wallet/src/main/res/layout/layout_recharge_item.xml

@@ -15,7 +15,7 @@
     <View
         android:layout_width="0dp"
         android:layout_height="0dp"
-        android:background="@drawable/wallet_recharge_item_task_bg"
+        android:background="@drawable/wallet_recharge_item_bg"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="@id/v_guide_left"