Misc ui tweaks.
- Update conditional card layout - move action button from right side to bottom. - Get rid of the forking between small/big screens. - Update a few icons Fixes: 121189136 Fixes: 124315564 Fixes: 124316920 Test: visual Change-Id: I205d9995a2d7ed06ad9d32f3cea74f2840a28aed
This commit is contained in:
@@ -156,7 +156,7 @@ public class WifiSlice implements CustomSliceable {
|
||||
|
||||
private IconCompat getEndIcon(AccessPoint accessPoint) {
|
||||
if (accessPoint.isActive()) {
|
||||
return IconCompat.createWithResource(mContext, R.drawable.ic_settings);
|
||||
return IconCompat.createWithResource(mContext, R.drawable.ic_settings_accent);
|
||||
} else if (accessPoint.getSecurity() != AccessPoint.SECURITY_NONE) {
|
||||
return IconCompat.createWithResource(mContext, R.drawable.ic_friction_lock_closed);
|
||||
} else if (accessPoint.isMetered()) {
|
||||
|
Reference in New Issue
Block a user