summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-05-15 18:11:48 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-05-15 18:11:48 +0000
commitaf9c0cfd2f6560c42aeae00a7ddfdf980ea4de66 (patch)
treefc95ab90a6d75bec9a7ecb3ba1fd97aa80cda002
parent441a51ddc45e493559b87c923bd1a34fd0227679 (diff)
parent9756bfc074d28851b40d966faf5b96da869aaaeb (diff)
Merge "Fixed side fps notification for large text" into main
-rw-r--r--core/res/res/layout/side_fps_toast.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/layout/side_fps_toast.xml b/core/res/res/layout/side_fps_toast.xml
index 2c35c9b888cf..78299ab0ea99 100644
--- a/core/res/res/layout/side_fps_toast.xml
+++ b/core/res/res/layout/side_fps_toast.xml
@@ -25,6 +25,7 @@
android:layout_height="wrap_content"
android:layout_width="0dp"
android:layout_weight="6"
+ android:paddingBottom="10dp"
android:text="@string/fp_power_button_enrollment_title"
android:textColor="@color/side_fps_text_color"
android:paddingLeft="20dp"/>
@@ -36,6 +37,7 @@
android:layout_height="wrap_content"
android:layout_width="0dp"
android:layout_weight="3"
+ android:paddingBottom="10dp"
android:text="@string/fp_power_button_enrollment_button_text"
style="?android:attr/buttonBarNegativeButtonStyle"
android:textColor="@color/side_fps_button_color"