소스 검색

style 样式优化

RobinTan1024 4 년 전
부모
커밋
a2f6f5ec81
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      app/src/main/res/layout/adapter_choose_item.xml

+ 2 - 3
app/src/main/res/layout/adapter_choose_item.xml

@@ -8,10 +8,9 @@
         android:id="@+id/chooseItemView"
         android:text="@string/example_num"
         android:gravity="center"
-        android:paddingTop="20dp"
-        android:paddingBottom="20dp"
+        android:paddingVertical="20dp"
         android:textColor="@color/white"
-        android:textSize="44sp"
+        android:textSize="58sp"
         android:textStyle="bold"
         android:background="@color/colorPrimary"
         style="@style/fullWidth" />