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

Commit 353ce6f4 authored by Edgar Wang's avatar Edgar Wang
Browse files

Enable hyphenation on most of preference.

Bug: 217659992
Bug: 231924943
Test: manual
Change-Id: I1039fbc6c0573c8ce533594a039579b4c8b00e52
parent 72642fa0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,5 +33,6 @@
        android:layout_gravity="center_vertical"
        android:ellipsize="end"
        android:textAppearance="?android:attr/textAppearanceListItem"
        android:hyphenationFrequency="normalFast"
        style="@style/MainSwitchText.Settingslib" />
</LinearLayout>
+2 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@
                android:layout_height="wrap_content"
                android:singleLine="true"
                android:textAppearance="?android:attr/textAppearanceListItem"
                android:hyphenationFrequency="normalFast"
                android:ellipsize="marquee" />

            <TextView
@@ -69,6 +70,7 @@
                android:layout_alignStart="@android:id/title"
                android:textAppearance="?android:attr/textAppearanceListItemSecondary"
                android:textColor="?android:attr/textColorSecondary"
                android:hyphenationFrequency="normalFast"
                android:maxLines="10" />

        </RelativeLayout>
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@
            android:textAppearance="?android:attr/textAppearanceListItemSecondary"
            android:textColor="?android:attr/textColorSecondary"
            android:focusable="false"
            android:hyphenationFrequency="normalFast"
            android:maxLines="2" />

    </RelativeLayout>
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@
            android:paddingEnd="7dip"
            android:ellipsize="marquee"
            android:duplicateParentState="true"
            android:hyphenationFrequency="normalFast"
            />
        <TextView
            android:id="@android:id/summary"
@@ -67,6 +68,7 @@
            android:ellipsize="marquee"
            android:visibility="gone"
            android:duplicateParentState="true"
            android:hyphenationFrequency="normalFast"
            />
    </LinearLayout>
    <TextView
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
        android:layout_height="wrap_content"
        android:textAlignment="viewStart"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:hyphenationFrequency="normalFast"
        android:textColor="?android:attr/textColorSecondary" />

    <com.android.settings.fuelgauge.BatteryActiveView
Loading