浏览代码

MyTitleView字体大小

niusongtao@dl-cg.com 5 年之前
父节点
当前提交
8fc78e9297
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      base_library/src/main/res/layout/layout_title_view.xml

+ 1 - 1
base_library/src/main/res/layout/layout_title_view.xml

@@ -11,7 +11,7 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_marginTop="@dimen/dp_40"
-        android:textSize="@dimen/sp_21"
+        android:textSize="@dimen/sp_18"
         android:layout_marginStart="@dimen/dp_15"
         android:layout_marginBottom="@dimen/dp_10"
         app:layout_constraintBottom_toBottomOf="parent"