Fix Overview position in Drawer
- makes "Overview" the first entry in the Drawer (it was still under Wireless and Networks) Change-Id: Iae425b885ea7b8ee611871a1739117341d1c94c1
This commit is contained in:
@@ -18,10 +18,6 @@
|
|||||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
|
|
||||||
<!-- WIRELESS and NETWORKS -->
|
|
||||||
<header android:id="@+id/wireless_section"
|
|
||||||
android:title="@string/header_category_wireless_networks" />
|
|
||||||
|
|
||||||
<!-- Dashboard -->
|
<!-- Dashboard -->
|
||||||
<!--TODO: android:icon="@drawable/ic_settings_dashboard"-->
|
<!--TODO: android:icon="@drawable/ic_settings_dashboard"-->
|
||||||
<header
|
<header
|
||||||
@@ -29,6 +25,10 @@
|
|||||||
android:fragment="com.android.settings.dashboard.DashboardSummary"
|
android:fragment="com.android.settings.dashboard.DashboardSummary"
|
||||||
android:title="@string/dashboard_title" />
|
android:title="@string/dashboard_title" />
|
||||||
|
|
||||||
|
<!-- WIRELESS and NETWORKS -->
|
||||||
|
<header android:id="@+id/wireless_section"
|
||||||
|
android:title="@string/header_category_wireless_networks" />
|
||||||
|
|
||||||
<!-- Wifi -->
|
<!-- Wifi -->
|
||||||
<header
|
<header
|
||||||
android:id="@+id/wifi_settings"
|
android:id="@+id/wifi_settings"
|
||||||
|
Reference in New Issue
Block a user