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

Commit 2367e37e authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Enable hyphenation in grid layout

parent cd910866
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,9 +25,11 @@
            android:layout_marginEnd="@dimen/spacer_2x"
            android:layout_marginRight="@dimen/spacer_2x"
            android:layout_marginBottom="@dimen/spacer_1x"
            android:hyphenationFrequency="full"
            android:textAppearance="?attr/textAppearanceHeadline5"
            android:textColor="@color/fg_default"
            tools:maxLength="50"
            tools:targetApi="m"
            tools:text="@tools:sample/lorem/random" />


+2 −0
Original line number Diff line number Diff line
@@ -26,9 +26,11 @@
            android:layout_marginRight="@dimen/spacer_2x"
            android:layout_marginBottom="@dimen/spacer_1x"
            android:layout_weight="1"
            android:hyphenationFrequency="full"
            android:textAppearance="?attr/textAppearanceHeadline5"
            android:textColor="@color/fg_default"
            tools:maxLength="50"
            tools:targetApi="m"
            tools:text="@tools:sample/lorem/random" />

        <FrameLayout