Skip to content

Commit d9bde60

Browse files
Jean-Baptiste Queruandroid code review
authored andcommitted
Merge "String on Toast notification does not aligned to center"
2 parents 64f77c5 + 1ee2a06 commit d9bde60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/res/res/layout/transient_notification.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
android:layout_width="wrap_content"
3030
android:layout_height="wrap_content"
3131
android:layout_weight="1"
32+
android:layout_gravity="center_horizontal"
3233
android:textAppearance="@style/TextAppearance.Small"
3334
android:textColor="@color/bright_foreground_dark"
3435
android:shadowColor="#BB000000"

0 commit comments

Comments
 (0)