Merge "[Provider Model] Move the Internet unavailable Wi-Fi down" into sc-dev

This commit is contained in:
Weng Su
2021-03-30 11:32:57 +00:00
committed by Android (Google) Code Review
7 changed files with 101 additions and 58 deletions

View File

@@ -164,7 +164,7 @@ public class WifiSlice implements CustomSliceable {
return rowBuilder;
}
private IconCompat getWifiSliceItemLevelIcon(WifiSliceItem wifiSliceItem) {
protected IconCompat getWifiSliceItemLevelIcon(WifiSliceItem wifiSliceItem) {
final @ColorInt int tint;
if (wifiSliceItem.getConnectedState() == WifiEntry.CONNECTED_STATE_CONNECTED) {
tint = Utils.getColorAccentDefaultColor(mContext);