Merge "Settings tweaks" into nyc-dev
am: db3fcfb
* commit 'db3fcfb7cb652c0afdd093e2ec9f387dc01b7819':
Settings tweaks
Change-Id: Ibc9882219ad819cd516bf3c1ce7ce556b36ad9e6
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
android:orientation="vertical"
|
||||
android:paddingStart="16dp"
|
||||
android:background="?android:attr/colorAccent"
|
||||
android:elevation="3dp"
|
||||
android:elevation="2dp"
|
||||
android:clickable="true">
|
||||
|
||||
<LinearLayout
|
||||
|
||||
@@ -23,11 +23,6 @@
|
||||
android:background="@color/card_background"
|
||||
android:importantForAccessibility="noHideDescendants">
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="?android:attr/listDivider" />
|
||||
|
||||
<TextView android:id="@android:id/title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
|
||||
<View xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="10dp" />
|
||||
android:layout_height="6dp" />
|
||||
|
||||
@@ -125,4 +125,6 @@
|
||||
|
||||
<color name="seek_bar_preference_preview_text">#fff</color>
|
||||
|
||||
<color name="usage_graph_dots">#B0BEC5</color>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
android:enabled="false"
|
||||
android:selectable="true" />
|
||||
|
||||
<PreferenceCategory
|
||||
<com.android.settings.DividedCategory
|
||||
android:key="recent_location_requests"
|
||||
android:title="@string/location_category_recent_location_requests" />
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:key="manage_assist">
|
||||
|
||||
<com.android.settings.applications.DefaultAssistPreference
|
||||
@@ -40,8 +41,9 @@
|
||||
android:title="@string/voice_input_settings_title"
|
||||
/>
|
||||
|
||||
<Preference
|
||||
<com.android.settings.DividerPreference
|
||||
android:summary="@string/assist_footer"
|
||||
android:selectable="false"/>
|
||||
android:selectable="false"
|
||||
settings:allowDividerAbove="true" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
-->
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/wifi_configure_titlebar">
|
||||
|
||||
<Preference
|
||||
@@ -40,10 +41,11 @@
|
||||
android:summary="@string/wifi_automatically_connect_summary"
|
||||
android:dialogTitle="@string/wifi_select_assistant_dialog_title" />
|
||||
|
||||
<Preference
|
||||
<com.android.settings.DividerPreference
|
||||
android:key="mac_address"
|
||||
android:title="@string/wifi_advanced_mac_address_title"
|
||||
android:layout="@layout/wifi_advance_layout" />
|
||||
android:layout="@layout/wifi_advance_layout"
|
||||
settings:allowDividerAbove="true" />
|
||||
|
||||
<Preference
|
||||
android:key="current_ip_address"
|
||||
|
||||
Reference in New Issue
Block a user