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

Commit dce1b570 authored by chelseahao's avatar chelseahao Committed by Chelsea Hao
Browse files

Increase subtitle max line to 2.

Test: atest -c com.android.systemui.bluetooth
Bug: 331603475
Flag: NA
Change-Id: I251eff53e668a056ff60cbf5f04e13da2290eb91
parent 6b206c16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
        android:layout_marginBottom="@dimen/bluetooth_dialog_layout_margin"
        android:ellipsize="end"
        android:gravity="center_vertical|center_horizontal"
        android:maxLines="1"
        android:maxLines="2"
        android:text="@string/quick_settings_bluetooth_tile_subtitle"
        android:textAppearance="@style/TextAppearance.Dialog.Body.Message"
        app:layout_constraintEnd_toEndOf="parent"