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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user