From 7397555a18545dd539edb3bd6e55f4c8b62ab96c Mon Sep 17 00:00:00 2001 From: Alex Stetson Date: Wed, 10 Jun 2020 10:28:01 -0700 Subject: [PATCH] Move car alert dialog layouts Move our alert dialog material layouts from car_product/overlay so we're not directly overlaying the material dialogs Bug: 158516267 Test: manual Change-Id: I43ca30981f5a3d169ec8debe33c5444055666a43 --- core/res/res/layout-car/car_alert_dialog.xml | 85 +++++++++++++++++++ .../car_alert_dialog_button_bar.xml | 64 ++++++++++++++ .../res/layout-car/car_alert_dialog_title.xml | 62 ++++++++++++++ 3 files changed, 211 insertions(+) create mode 100644 core/res/res/layout-car/car_alert_dialog.xml create mode 100644 core/res/res/layout-car/car_alert_dialog_button_bar.xml create mode 100644 core/res/res/layout-car/car_alert_dialog_title.xml diff --git a/core/res/res/layout-car/car_alert_dialog.xml b/core/res/res/layout-car/car_alert_dialog.xml new file mode 100644 index 0000000000000..569e5948e2e08 --- /dev/null +++ b/core/res/res/layout-car/car_alert_dialog.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/res/res/layout-car/car_alert_dialog_button_bar.xml b/core/res/res/layout-car/car_alert_dialog_button_bar.xml new file mode 100644 index 0000000000000..277b0dcca6577 --- /dev/null +++ b/core/res/res/layout-car/car_alert_dialog_button_bar.xml @@ -0,0 +1,64 @@ + + + + + + +