Merge "Fix Overview position in Drawer"
This commit is contained in:
committed by
Android (Google) Code Review
commit
d3ee9a4541
@@ -18,10 +18,6 @@
|
||||
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 -->
|
||||
<!--TODO: android:icon="@drawable/ic_settings_dashboard"-->
|
||||
<header
|
||||
@@ -29,6 +25,10 @@
|
||||
android:fragment="com.android.settings.dashboard.DashboardSummary"
|
||||
android:title="@string/dashboard_title" />
|
||||
|
||||
<!-- WIRELESS and NETWORKS -->
|
||||
<header android:id="@+id/wireless_section"
|
||||
android:title="@string/header_category_wireless_networks" />
|
||||
|
||||
<!-- Wifi -->
|
||||
<header
|
||||
android:id="@+id/wifi_settings"
|
||||
|
||||
Reference in New Issue
Block a user