summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorPauloftheWest <paulofthewest@google.com>2014-06-18 11:20:24 -0700
committerPauloftheWest <paulofthewest@google.com>2014-06-27 12:52:56 -0700
commitb4564c39b734227cd67e46d738caa6fb9d89c4cb (patch)
tree4329ffb3965f1b753dc66759bcb373eb6538e9a9 /res/layout
parent0e6ffc429d0b3e40e9c72dd2cca0ef5b1942e905 (diff)
downloadpackages_apps_Settings-b4564c39b734227cd67e46d738caa6fb9d89c4cb.zip
packages_apps_Settings-b4564c39b734227cd67e46d738caa6fb9d89c4cb.tar.gz
packages_apps_Settings-b4564c39b734227cd67e46d738caa6fb9d89c4cb.tar.bz2
Applied some minor UI changes (see below)
+ Changed wifi icons to teal + Removed “Secured with …” from network status + Added an empty state image above text when Wi-Fi is off + Removed Wi-Fi Direct and WPS Push button from overflow menu + Added Wi-Fi Direct and WPS Push button to Advance Activity + Input Password Dialog: Moved Signal Strength and Security to Advance + Input Password Dialog: Updated Password text to Material style BugId: #15698824 #15702808 Change-Id: I542ab9aac2c098738330c92d9183d3907c4f0b38
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/wifi_dialog.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/wifi_dialog.xml b/res/layout/wifi_dialog.xml
index d0ae981..077134e 100644
--- a/res/layout/wifi_dialog.xml
+++ b/res/layout/wifi_dialog.xml
@@ -148,6 +148,8 @@
style="@style/wifi_item" >
<TextView
style="@style/wifi_item_label"
+ android:textAppearance="@android:style/TextAppearance.Material.Body2"
+ android:textColor="?android:attr/colorAccent"
android:text="@string/wifi_password" />
<EditText android:id="@+id/password"