浏览代码

update: fixed changing textSize for dialogs with progress

DavidMonts 9 年之前
父节点
当前提交
93e29450c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/src/main/res/layout-v14/md_stub_progress_indeterminate.xml

+ 1 - 1
core/src/main/res/layout-v14/md_stub_progress_indeterminate.xml

@@ -26,7 +26,7 @@
         android:paddingLeft="16dp"
         android:paddingStart="16dp"
         android:textAlignment="viewStart"
-        android:textSize="16sp"
+        android:textSize="@dimen/md_content_textsize"
         tools:ignore="NewApi,RtlSymmetry,UnusedAttribute"
         tools:text="Message" />