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

am: 8608f6b000

Change-Id: Ia36e6e4c02d2b7b8bf0dda508a2547b3b286800d
This commit is contained in:
Fan Zhang
2018-03-31 02:55:01 +00:00
committed by android-build-merger

View File

@@ -19,11 +19,12 @@
xmlns:settings="http://schemas.android.com/apk/res-auto" xmlns:settings="http://schemas.android.com/apk/res-auto"
android:title="@string/tether_settings_title_all"> android:title="@string/tether_settings_title_all">
<Preference <com.android.settings.widget.FixedLineSummaryPreference
android:key="wifi_tether" android:key="wifi_tether"
android:title="@string/wifi_hotspot_checkbox_text" android:title="@string/wifi_hotspot_checkbox_text"
android:summary="@string/summary_two_lines_placeholder" 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 <SwitchPreference
android:key="usb_tether_settings" android:key="usb_tether_settings"