Merge "Update Wifi Tether band selection UI" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d9abb0e914
@@ -269,7 +269,6 @@
|
||||
<!-- Wi-Fi AP band settings. Either Auto, 2.4GHz or 5GHz. -->
|
||||
<!-- Note that adding/removing/moving the items will need wifi settings code change. -->
|
||||
<string-array name="wifi_ap_band_config_full">
|
||||
<item>@string/wifi_ap_choose_auto</item>
|
||||
<item>@string/wifi_ap_choose_2G</item>
|
||||
<item>@string/wifi_ap_choose_5G</item>
|
||||
</string-array>
|
||||
|
||||
@@ -191,6 +191,7 @@
|
||||
|
||||
<!-- WiFi Preferences -->
|
||||
<dimen name="wifi_divider_height">1px</dimen>
|
||||
<dimen name="wifi_ap_band_checkbox_padding">16dp</dimen>
|
||||
|
||||
<!-- Color picker -->
|
||||
<dimen name="color_swatch_size">16dp</dimen>
|
||||
|
||||
@@ -664,6 +664,8 @@
|
||||
<string name="save">Save</string>
|
||||
<!-- Button label for generic done action [CHAR LIMIT=20] -->
|
||||
<string name="done">Done</string>
|
||||
<!-- Button label for generic apply action [CHAR LIMIT=20] -->
|
||||
<string name="apply">Apply</string>
|
||||
|
||||
<!-- Title of the Settings activity shown within the application itself. -->
|
||||
<string name="settings_label">Settings</string>
|
||||
|
||||
Reference in New Issue
Block a user