Merge "Update wi-fi hotspot min length of summary to 2" into pi-dev am: 8608f6b000

am: 0dda026432

Change-Id: Ic4ab7959061fce5040ae824d0de71cc75002ad45
This commit is contained in:
Fan Zhang
2018-03-31 07:46:40 +00:00
committed by android-build-merger

View File

@@ -19,11 +19,12 @@
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:title="@string/tether_settings_title_all">
<Preference
<com.android.settings.widget.FixedLineSummaryPreference
android:key="wifi_tether"
android:title="@string/wifi_hotspot_checkbox_text"
android:summary="@string/summary_two_lines_placeholder"
android:fragment="com.android.settings.wifi.tether.WifiTetherSettings" />
android:fragment="com.android.settings.wifi.tether.WifiTetherSettings"
settings:summaryLineCount="2" />
<SwitchPreference
android:key="usb_tether_settings"