summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Helen Cheuk <helencheuk@google.com> 2025-01-16 08:38:12 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2025-01-16 08:38:12 -0800
commitd6742028c42496ed17a0992d14775d98839fc8ee (patch)
treee31b9c6d405608b86282be8128dc63914fe9b5cd
parentef515d32b3038ae6148078184435f861c0ca86b9 (diff)
parent2ada986a54aa1b6dbf75d95bd8113932a6503c4f (diff)
Merge "[Contextual Edu] Adding padding for RTL in toast" into main
-rw-r--r--packages/SystemUI/res/layout/contextual_edu_dialog.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/contextual_edu_dialog.xml b/packages/SystemUI/res/layout/contextual_edu_dialog.xml
index 09aa8daa217e..e83d4902d512 100644
--- a/packages/SystemUI/res/layout/contextual_edu_dialog.xml
+++ b/packages/SystemUI/res/layout/contextual_edu_dialog.xml
@@ -29,7 +29,7 @@
android:layout_height="wrap_content"
android:contentDescription="@null"
android:importantForAccessibility="no"
- android:paddingRight="16dp" />
+ android:paddingHorizontal="16dp" />
<TextView
android:id="@+id/edu_message"