浏览代码

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" />