WiFi Slice Polish - Searching for WiFi state

1. Change the font color to be secondary
2. Align the left to the AP list title
3. Update the font for Wi-Fi list to be body font - Roboto regular 14dp

Fixes: 124468947
Test: robotest
Change-Id: I9f41925f7e3938bdf3f444b09eab33d6bf479f57
This commit is contained in:
Jason Chiu
2019-02-19 15:56:34 +08:00
parent 0d8d233a3d
commit dcedd4e2e2
7 changed files with 87 additions and 61 deletions

View File

@@ -118,7 +118,7 @@ public class WifiSliceTest {
// All AP rows + title row
assertThat(rows).isEqualTo(DEFAULT_EXPANDED_ROW_COUNT + 1);
// Has scanning text
SliceTester.assertAnySliceItemContainsTitle(sliceItems,
SliceTester.assertAnySliceItemContainsSubtitle(sliceItems,
mContext.getString(R.string.wifi_empty_list_wifi_on));
}