diff --git a/res/values/colors.xml b/res/values/colors.xml index 206dbacb3c4..352c7a28b5b 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -15,7 +15,8 @@ --> - #ff777777 + @android:color/white + #ffcccccc #000 #F00 diff --git a/res/xml/settings_headers.xml b/res/xml/settings_headers.xml index 56c17f9985a..19cff905051 100644 --- a/res/xml/settings_headers.xml +++ b/res/xml/settings_headers.xml @@ -62,8 +62,7 @@ android:id="@+id/wireless_settings" android:title="@string/radio_controls_title" android:breadCrumbTitle="@string/wireless_networks_settings_title" - android:fragment="com.android.settings.WirelessSettings" - android:icon="@drawable/empty_icon" /> + android:fragment="com.android.settings.WirelessSettings" />