Parcourir la source

1.增加item宽度由96调整为102

20241218TB223FC(测试jar包)
wangwanlei il y a 10 mois
Parent
révision
908e0ef950
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      app/src/main/res/layout/item_app.xml

+ 1
- 1
app/src/main/res/layout/item_app.xml Voir le fichier

@@ -8,7 +8,7 @@
8 8
 
9 9
     <com.xhly.manageapp.customview.CombinationCardView
10 10
         android:id="@+id/item_cv"
11
-        android:layout_width="96dp"
11
+        android:layout_width="102dp"
12 12
         android:layout_height="117dp"
13 13
         android:layout_gravity="center" />
14 14
 </FrameLayout>

Chargement…
Annuler
Enregistrer