aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavidMonts <montecillodavid.spingine@gmail.com>2016-01-22 15:21:48 +0800
committerDavidMonts <montecillodavid.spingine@gmail.com>2016-01-22 15:21:48 +0800
commit93e29450c77d030a23a9312ab0b5e839c867b855 (patch)
treee67c37d80677ad0d2c82ec876a7b234565bdc7d7
parent6bdfca84eb96e66944ecb0d3977228f0c4362582 (diff)
downloadafollestad-93e29450c77d030a23a9312ab0b5e839c867b855.tar.gz
update: fixed changing textSize for dialogs with progress
-rw-r--r--core/src/main/res/layout-v14/md_stub_progress_indeterminate.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/layout-v14/md_stub_progress_indeterminate.xml b/core/src/main/res/layout-v14/md_stub_progress_indeterminate.xml
index 199abdd..3fe4dc5 100644
--- a/core/src/main/res/layout-v14/md_stub_progress_indeterminate.xml
+++ b/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" />