[WifiSetup] Fix colors during setup
Fixed background color for dark theme, Wi-Fi icon color for light and dark themes, "Add another network" button color for light and dark themes. Created wifi_signal_colored which uses wifi_signal_color to tint the Wi-Fi icon. Also fixed theme extra propagation. Bug: 16903606 Change-Id: Iab24828f888d7827184762d0d63d139d0a2c381e
This commit is contained in:
@@ -218,6 +218,7 @@ public class WifiSetupActivity extends WifiPickerActivity
|
||||
final Intent nextIntent = new Intent(ACTION_NEXT);
|
||||
nextIntent.putExtra(EXTRA_SCRIPT_URI, intent.getStringExtra(EXTRA_SCRIPT_URI));
|
||||
nextIntent.putExtra(EXTRA_ACTION_ID, intent.getStringExtra(EXTRA_ACTION_ID));
|
||||
nextIntent.putExtra(EXTRA_THEME, intent.getStringExtra(EXTRA_THEME));
|
||||
nextIntent.putExtra(EXTRA_RESULT_CODE, resultCode);
|
||||
startActivityForResult(nextIntent, NEXT_REQUEST);
|
||||
}
|
||||
|
Reference in New Issue
Block a user