Add function of text hyphenate to buttons.

Bug: 229021948
Test: local, see b/229021948#2
Change-Id: I0771c6fc49ea965eede169616530c576a1b9d84a
This commit is contained in:
tom hsu
2022-04-28 23:50:52 +08:00
parent 98595fec85
commit c96f8c009a

View File

@@ -28,7 +28,8 @@
style="@style/SettingsLibActionButton"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"/>
android:layout_weight="1"
android:hyphenationFrequency="normalFast"/>
<View
android:id="@+id/divider1"
@@ -43,7 +44,8 @@
style="@style/SettingsLibActionButton"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"/>
android:layout_weight="1"
android:hyphenationFrequency="normalFast"/>
<View
android:id="@+id/divider2"
@@ -58,7 +60,8 @@
style="@style/SettingsLibActionButton"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"/>
android:layout_weight="1"
android:hyphenationFrequency="normalFast"/>
<View
android:id="@+id/divider3"
@@ -73,5 +76,6 @@
style="@style/SettingsLibActionButton"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"/>
android:layout_weight="1"
android:hyphenationFrequency="normalFast"/>
</LinearLayout>