diff options
| author | 2018-03-20 13:17:17 -0400 | |
|---|---|---|
| committer | 2018-03-20 13:17:17 -0400 | |
| commit | d3467593f0b8b978a4fa599e565624cf89743878 (patch) | |
| tree | 90cff488a0e1d1761856fe49a63ab059f3ec3ae8 | |
| parent | 51d2cc45d8a7efac4e83303737ee8168fc161291 (diff) | |
Fix cutoff g in "Restarting"/"Shutting down" messages.
Bug: 68792536
Test: Manually, with font size and display size dialed to 11.
Change-Id: I00e5ea16f3d396c54cb61574e6a8f4da4ab601e2
| -rw-r--r-- | core/res/res/layout/shutdown_dialog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/shutdown_dialog.xml b/core/res/res/layout/shutdown_dialog.xml index 398bfb1824c7..2d214b32164b 100644 --- a/core/res/res/layout/shutdown_dialog.xml +++ b/core/res/res/layout/shutdown_dialog.xml @@ -29,7 +29,7 @@ <TextView android:id="@id/text1" android:layout_width="wrap_content" - android:layout_height="32dp" + android:layout_height="32sp" android:text="@string/shutdown_progress" android:textDirection="locale" android:textSize="24sp" |