aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Follestad <drummer.aidan@gmail.com>2016-01-22 09:26:37 -0600
committerAidan Follestad <drummer.aidan@gmail.com>2016-01-22 09:26:37 -0600
commit1892f5ce88722c47b54e82343d7c60f4a4cfb2a3 (patch)
treee1af8972b1cda50c249290eb0c4e728c929885fb
parentb736b78af09f62804f75b0b4a0e831d5892749f5 (diff)
parent93e29450c77d030a23a9312ab0b5e839c867b855 (diff)
downloadafollestad-1892f5ce88722c47b54e82343d7c60f4a4cfb2a3.tar.gz
Merge pull request #921 from DavidMont/dimen-patch
update: fixed changing textSize for dialogs with progress for v14
-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" />