Accessibility - text formatting for service screen should use medium text.

bug:5382357

Change-Id: I5168f64f51870b130b1ddcdd3bfedd4db91b9fbd
This commit is contained in:
Svetoslav Ganov
2011-11-07 15:59:05 -08:00
parent 5b3329d188
commit d98b66a030

View File

@@ -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" />