Accessibility - text formatting for service screen should use medium text.
bug:5382357 Change-Id: I5168f64f51870b130b1ddcdd3bfedd4db91b9fbd
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
android:id="@+id/summary"
|
android:id="@+id/summary"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:textColor="?android:attr/textColorSecondary"
|
android:textColor="?android:attr/textColorSecondary"
|
||||||
android:padding="16dip" />
|
android:padding="16dip" />
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user