Merge "Settings: Use standard small text for subtitle." into lmp-preview-dev

This commit is contained in:
John Spurlock
2014-06-04 16:29:52 +00:00
committed by Android (Google) Code Review

View File

@@ -53,8 +53,8 @@
android:ellipsize="end"
android:singleLine="true"
android:textAlignment="viewStart"
android:textColor="#888"
android:textAppearance="?android:attr/textAppearanceMedium" />
android:textColor="?android:attr/textColorSecondary"
android:textAppearance="?android:attr/textAppearanceSmall" />
</RelativeLayout>
<View