Loading res/xml/tether_prefs.xml +3 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
res/xml/tether_prefs.xml +3 −2 Original line number Diff line number Diff line Loading @@ -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" Loading