소스 검색

fixed changing textSize for dialogs with progress

DavidMonts 9 년 전
부모
커밋
6bdfca84eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/src/main/res/layout/md_stub_progress_indeterminate.xml

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

@@ -25,7 +25,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" />