commit | 1f3f13881c6116b80d229ba8ae2ec863a6a1bdd7 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Nov 20 16:22:19 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 20 16:22:19 2024 +0000 |
tree | 5163f9b82c9aa4bb035aee8eda57a510fdcc8e12 | |
parent | 21b33610eb15fcb993db3d1530e5bcb1b96462e6 [diff] | |
parent | d621b0a743ac33dfb15697ec53b9260eeb1594c2 [diff] |
Merge "VmTerminalApp: Enable hyphenation if needed" into main am: d621b0a743 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3368057 Change-Id: I8af74d0dabc96388db771cf715d2501ab00823fe Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/android/TerminalApp/res/layout/settings_disk_resize.xml b/android/TerminalApp/res/layout/settings_disk_resize.xml index 1a2b5ef..21ff070 100644 --- a/android/TerminalApp/res/layout/settings_disk_resize.xml +++ b/android/TerminalApp/res/layout/settings_disk_resize.xml
@@ -29,6 +29,7 @@ android:layout_width="wrap_content" android:text="@string/settings_disk_resize_title" android:textSize="48sp" + android:hyphenationFrequency="normal" android:layout_marginBottom="24dp"/> <androidx.constraintlayout.widget.ConstraintLayout
diff --git a/android/TerminalApp/res/layout/settings_port_forwarding.xml b/android/TerminalApp/res/layout/settings_port_forwarding.xml index 199b8cb..98ba02c 100644 --- a/android/TerminalApp/res/layout/settings_port_forwarding.xml +++ b/android/TerminalApp/res/layout/settings_port_forwarding.xml
@@ -28,6 +28,7 @@ android:layout_width="wrap_content" android:text="@string/settings_port_forwarding_title" android:textSize="48sp" + android:hyphenationFrequency="normal" android:layout_marginBottom="24dp"/> <androidx.recyclerview.widget.RecyclerView @@ -35,4 +36,4 @@ android:layout_marginHorizontal="16dp" android:layout_width="match_parent" android:layout_height="match_parent" /> -</LinearLayout> \ No newline at end of file +</LinearLayout>
diff --git a/android/TerminalApp/res/layout/settings_recovery.xml b/android/TerminalApp/res/layout/settings_recovery.xml index 3f83588..c72447f 100644 --- a/android/TerminalApp/res/layout/settings_recovery.xml +++ b/android/TerminalApp/res/layout/settings_recovery.xml
@@ -28,6 +28,7 @@ android:layout_width="wrap_content" android:text="@string/settings_recovery_title" android:textSize="48sp" + android:hyphenationFrequency="normal" android:layout_marginStart="24dp" android:layout_marginBottom="24dp"/> <FrameLayout