ソースを参照

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

20241218TB223FC(测试jar包)
wangwanlei 10ヶ月前
コミット
908e0ef950
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      app/src/main/res/layout/item_app.xml

+ 1
- 1
app/src/main/res/layout/item_app.xml ファイルの表示

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

読み込み中…
キャンセル
保存