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

Commit 7a216769 authored by Arc Wang's avatar Arc Wang
Browse files

[Wi-Fi] Fix Wi-Fi hotspot two line summary UI problem

Use summary_placeholder instead of summary_two_lines_placeholder.

Bug: 131985486
Test: visual
Change-Id: I7ebac1fcbcbe23dec0c624a75a7cb4fecf537a57
parent 1605b036
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    <com.android.settings.widget.FixedLineSummaryPreference
        android:key="wifi_tether"
        android:title="@string/wifi_hotspot_checkbox_text"
        android:summary="@string/summary_two_lines_placeholder"
        android:summary="@string/summary_placeholder"
        android:fragment="com.android.settings.wifi.tether.WifiTetherSettings"
        settings:summaryLineCount="2" />