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