aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavidMonts <montecillodavid.spingine@gmail.com>2016-01-22 10:55:11 +0800
committerDavidMonts <montecillodavid.spingine@gmail.com>2016-01-22 10:55:11 +0800
commit6bdfca84eb96e66944ecb0d3977228f0c4362582 (patch)
tree6b18ddeacb0cda2268ccf1f39103e5e76dd756cf
parent68c68969f2bfc926cc08ce64f2fe647e83563462 (diff)
downloadafollestad-6bdfca84eb96e66944ecb0d3977228f0c4362582.tar.gz
fixed changing textSize for dialogs with progress
-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" />