summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jason Chang <jasonsfchang@google.com> 2024-11-26 02:11:24 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-11-26 02:11:24 +0000
commitb8debc693469dc3bbcaf74762534b3863ff8da70 (patch)
treea24110e7b93736ed1171fef234598ea89a641c34
parent5430ef984114a8d735e1b9cb9128680fe07b812b (diff)
parent07fd9bb8ee26056a0ce9f611b9dd7ac48e96b49a (diff)
Merge "Fix when enrolling SFPS Fingerprint the Japanese sentence is cut off when pressing the power button." into main
-rw-r--r--core/res/res/layout/side_fps_toast.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/layout/side_fps_toast.xml b/core/res/res/layout/side_fps_toast.xml
index 78299ab0ea99..7bb6fcfa2ae0 100644
--- a/core/res/res/layout/side_fps_toast.xml
+++ b/core/res/res/layout/side_fps_toast.xml
@@ -25,7 +25,7 @@
android:layout_height="wrap_content"
android:layout_width="0dp"
android:layout_weight="6"
- android:paddingBottom="10dp"
+ android:paddingBottom="16dp"
android:text="@string/fp_power_button_enrollment_title"
android:textColor="@color/side_fps_text_color"
android:paddingLeft="20dp"/>
@@ -37,7 +37,7 @@
android:layout_height="wrap_content"
android:layout_width="0dp"
android:layout_weight="3"
- android:paddingBottom="10dp"
+ android:paddingBottom="16dp"
android:text="@string/fp_power_button_enrollment_button_text"
style="?android:attr/buttonBarNegativeButtonStyle"
android:textColor="@color/side_fps_button_color"