소스 검색

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>

Loading…
취소
저장