Change font size for app listings screens

Change the font size to 18sp to keep consistent with master toggle switches pages.

Change-Id: I4f2ceb6da9e3e34e95877bd55cbd50334ca1f06b
Fixes: 77429403
Test: Manual test
This commit is contained in:
Yuchen Chang
2018-04-02 17:50:23 +08:00
parent 570bd7bb0c
commit cda1eb2189
2 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,6 @@
android:ellipsize="end"
android:textAppearance="@style/TextAppearance.Switch"
android:textColor="?android:attr/textColorPrimary"
android:textSize="18sp"
android:textAlignment="viewStart" />
<ImageView