From cda1eb2189e5076f39116cf879e8da06c03f10e8 Mon Sep 17 00:00:00 2001 From: Yuchen Chang Date: Mon, 2 Apr 2018 17:50:23 +0800 Subject: [PATCH] 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 --- res/layout/switch_bar.xml | 1 - res/values/styles.xml | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/res/layout/switch_bar.xml b/res/layout/switch_bar.xml index 29e125ba9ab..a172051e115 100644 --- a/res/layout/switch_bar.xml +++ b/res/layout/switch_bar.xml @@ -29,7 +29,6 @@ android:ellipsize="end" android:textAppearance="@style/TextAppearance.Switch" android:textColor="?android:attr/textColorPrimary" - android:textSize="18sp" android:textAlignment="viewStart" />