[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
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user