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

This commit is contained in:
TreeHugger Robot
2019-10-16 08:44:32 +00:00
committed by Android (Google) Code Review

View File

@@ -23,7 +23,7 @@
<com.android.settings.widget.FixedLineSummaryPreference <com.android.settings.widget.FixedLineSummaryPreference
android:key="wifi_tether" android:key="wifi_tether"
android:title="@string/wifi_hotspot_checkbox_text" 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" android:fragment="com.android.settings.wifi.tether.WifiTetherSettings"
settings:summaryLineCount="2" /> settings:summaryLineCount="2" />