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

Commit ae1af61b authored by changbetty's avatar changbetty
Browse files

Remove extra space under "Wi-Fi hotspot" option

Due to the attribute "settings:summaryLineCount" cause the extra space,
use "android:maxLines" instead of the original attribute.

Bug: 186609481
Test: Manual test
Change-Id: Id0beeeddfab443a4434f53b7575af0966e3371d7
parent 2076ebf2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
        android:summary="@string/summary_placeholder"
        android:fragment="com.android.settings.wifi.tether.WifiTetherSettings"
        settings:allowDividerAbove="true"
        settings:summaryLineCount="2"/>
        settings:maxLines="2"/>

    <com.android.settingslib.RestrictedSwitchPreference
        android:key="usb_tether_settings"