From fa8fc41bdc36ef02e0884c785b0a906a80b7ae1d Mon Sep 17 00:00:00 2001 From: Vinod Krishnan Date: Fri, 18 Apr 2014 14:35:53 -0700 Subject: [PATCH] DialogAlert window changes for Micro Bug: 13243004 - The only difference between alert_dialog_micro.xml and alert_dialog_holo.xml is: < android:layout_height="match_parent" --- > android:layout_height="wrap_content" > android:layout_marginStart="8dip" > android:layout_marginEnd="8dip" Change-Id: I84f9a88099a37aa7f5868e128b19cb1e812cb745 --- core/res/res/layout/alert_dialog_micro.xml | 138 ++++++++++++++++++ core/res/res/values-watch/themes.xml | 21 +++ .../values-watch/themes_device_defaults.xml | 28 ++++ core/res/res/values/colors.xml | 2 + core/res/res/values/styles_micro.xml | 43 ++++-- core/res/res/values/symbols.xml | 1 + core/res/res/values/themes_micro.xml | 43 +++++- .../policy/impl/PhoneWindowManager.java | 6 +- 8 files changed, 265 insertions(+), 17 deletions(-) create mode 100644 core/res/res/layout/alert_dialog_micro.xml create mode 100644 core/res/res/values-watch/themes.xml create mode 100644 core/res/res/values-watch/themes_device_defaults.xml diff --git a/core/res/res/layout/alert_dialog_micro.xml b/core/res/res/layout/alert_dialog_micro.xml new file mode 100644 index 0000000000000..f8eb46c6ac750 --- /dev/null +++ b/core/res/res/layout/alert_dialog_micro.xml @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +