aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Follestad <drummer.aidan@gmail.com>2016-01-21 21:55:38 -0600
committerAidan Follestad <drummer.aidan@gmail.com>2016-01-21 21:55:38 -0600
commitb736b78af09f62804f75b0b4a0e831d5892749f5 (patch)
tree3026df3f07101e3571dc3513553a9767037c1460
parent7d747d69ab32def7a91f92975ecebd905db6fc7b (diff)
parent6bdfca84eb96e66944ecb0d3977228f0c4362582 (diff)
downloadafollestad-b736b78af09f62804f75b0b4a0e831d5892749f5.tar.gz
Merge pull request #920 from DavidMont/dimen-patch
Overriding the md_content_textsize for dialogs with progress doesn't change font size
-rw-r--r--core/src/main/res/layout/md_stub_progress_indeterminate.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/layout/md_stub_progress_indeterminate.xml b/core/src/main/res/layout/md_stub_progress_indeterminate.xml
index b4a3e9f..48ede34 100644
--- a/core/src/main/res/layout/md_stub_progress_indeterminate.xml
+++ b/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" />