From d98b66a030d1c95580cf8e4085c838a33e2f1ec1 Mon Sep 17 00:00:00 2001 From: Svetoslav Ganov Date: Mon, 7 Nov 2011 15:59:05 -0800 Subject: [PATCH] Accessibility - text formatting for service screen should use medium text. bug:5382357 Change-Id: I5168f64f51870b130b1ddcdd3bfedd4db91b9fbd --- res/layout/text_description_preference.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/text_description_preference.xml b/res/layout/text_description_preference.xml index eeaa81b79b5..7d73f587fe6 100644 --- a/res/layout/text_description_preference.xml +++ b/res/layout/text_description_preference.xml @@ -24,7 +24,7 @@ android:id="@+id/summary" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:textAppearance="?android:attr/textAppearanceSmall" + android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="?android:attr/textColorSecondary" android:padding="16dip" />