Merge "Change font size for app listings screens"
This commit is contained in:
committed by
Android (Google) Code Review
commit
8a6f4cfbdd
@@ -29,7 +29,6 @@
|
||||
android:ellipsize="end"
|
||||
android:textAppearance="@style/TextAppearance.Switch"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:textSize="18sp"
|
||||
android:textAlignment="viewStart" />
|
||||
|
||||
<ImageView
|
||||
|
@@ -305,7 +305,9 @@
|
||||
|
||||
<style name="TextAppearance.Medium" parent="@android:style/TextAppearance.Material.Medium" />
|
||||
<style name="TextAppearance.Small" parent="@android:style/TextAppearance.Material.Small" />
|
||||
<style name="TextAppearance.Switch" parent="@android:style/TextAppearance.Material.Title" />
|
||||
<style name="TextAppearance.Switch" parent="@android:style/TextAppearance.Material.Title">
|
||||
<item name="android:textSize">18sp</item>
|
||||
</style>
|
||||
|
||||
<style name="TextAppearance.CategoryTitle" parent="@android:style/TextAppearance.Material.Body2">
|
||||
<item name="android:textColor">?android:attr/textColorSecondary</item>
|
||||
|
Reference in New Issue
Block a user