diff options
| author | 2025-01-16 08:38:12 -0800 | |
|---|---|---|
| committer | 2025-01-16 08:38:12 -0800 | |
| commit | d6742028c42496ed17a0992d14775d98839fc8ee (patch) | |
| tree | e31b9c6d405608b86282be8128dc63914fe9b5cd | |
| parent | ef515d32b3038ae6148078184435f861c0ca86b9 (diff) | |
| parent | 2ada986a54aa1b6dbf75d95bd8113932a6503c4f (diff) | |
Merge "[Contextual Edu] Adding padding for RTL in toast" into main
| -rw-r--r-- | packages/SystemUI/res/layout/contextual_edu_dialog.xml | 2 |
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" |