am 02214dc7: Merge "Accessibility - text formatting for service screen should use medium text."

* commit '02214dc7e3df25504f11bfdf88f8d3534a57fcc7':
  Accessibility - text formatting for service screen should use medium text.
This commit is contained in:
Svetoslav Ganov
2011-11-08 00:39:55 +00:00
committed by Android Git Automerger

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