Explorar el Código

Merge pull request #920 from DavidMont/dimen-patch

Overriding the md_content_textsize for dialogs with progress doesn't change font size
Aidan Follestad hace 9 años
padre
commit
b736b78af0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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" />