diff options
| author | 2018-03-20 21:58:01 +0000 | |
|---|---|---|
| committer | 2018-03-20 21:58:01 +0000 | |
| commit | cf06ca0ec4107f53d86ee7baeb78e9332d6bd2f2 (patch) | |
| tree | 348576743a7b327d4d2032757ff2ce81b4abeb55 | |
| parent | 0b08926fcb0391f47a07073553dd06c71d43ea4f (diff) | |
| parent | d3467593f0b8b978a4fa599e565624cf89743878 (diff) | |
Merge "Fix cutoff g in "Restarting"/"Shutting down" messages." into pi-dev
| -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" |