am 7c99c227
: am 75235a29
: am a14e3f33
: Merge "Removed the Wi-Fi icon shown when Wi-Fi is off." into lmp-dev
* commit '7c99c2278e9415e70a258ced14f8f8170827cec6': Removed the Wi-Fi icon shown when Wi-Fi is off.
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 6.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
@@ -780,8 +780,6 @@ public class WifiSettings extends RestrictedSettingsFragment
|
||||
|
||||
private void setOffMessage() {
|
||||
if (mEmptyView != null) {
|
||||
mEmptyView.setCompoundDrawablesWithIntrinsicBounds(0,
|
||||
R.drawable.ic_wifi_emptystate, 0, 0);
|
||||
mEmptyView.setText(R.string.wifi_empty_list_wifi_off);
|
||||
if (android.provider.Settings.Global.getInt(getActivity().getContentResolver(),
|
||||
android.provider.Settings.Global.WIFI_SCAN_ALWAYS_AVAILABLE, 0) == 1) {
|
||||
|
Reference in New Issue
Block a user