Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 503d1b0e authored by Luca Stefani's avatar Luca Stefani Committed by Michael Bestas
Browse files

Remove empty space in tether preference

* Every string used by this pref in single-lined

Test: manual, check UI
Change-Id: I9dd84f64f6478959fb386a2b27ce09d7efc69e1a
parent daf67ab8
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -20,12 +20,11 @@
    android:key="tether_prefs_screen"
    android:title="@string/tether_settings_title_all">

    <com.android.settings.widget.FixedLineSummaryPreference
    <Preference
        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"
        settings:summaryLineCount="2" />
        android:summary="@string/wifi_hotspot_off_subtext"
        android:fragment="com.android.settings.wifi.tether.WifiTetherSettings" />

    <SwitchPreference
        android:key="usb_tether_settings"