diff options
| author | 2019-04-08 19:28:18 -0700 | |
|---|---|---|
| committer | 2019-04-09 21:11:18 +0000 | |
| commit | ddb2dd87dd4173caa3cca7befb540f2c5bc0a638 (patch) | |
| tree | c7906cb1440bc6511418d393dd16150603be078a | |
| parent | 966860dbaeaca0bce563ae230ae16ec17fbea9b3 (diff) | |
Adding a new dimension in dimens_car.xml for the spacer between title and message in a dialog.
Bug: 124232382
Test: Manual
Change-Id: If096bdfffcaa48f853d5adeb4ca14fcec45e3c12
| -rw-r--r-- | core/res/res/values/dimens_car.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values/dimens_car.xml b/core/res/res/values/dimens_car.xml index a43f7529c283..5c446d667015 100644 --- a/core/res/res/values/dimens_car.xml +++ b/core/res/res/values/dimens_car.xml @@ -121,6 +121,9 @@ <!-- Dialog button end margin --> <dimen name="button_end_margin">@*android:dimen/car_padding_4</dimen> + <!-- Dialog top padding when there is no title --> + <dimen name="dialog_no_title_padding_top">@*android:dimen/car_padding_4</dimen> + <!-- Dialog start margin for text view --> <dimen name="text_view_start_margin">@*android:dimen/car_keyline_1</dimen> |