From b8e6dbe361f856eaf06dfdf7e181178f05abe611 Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Sun, 1 Jun 2014 17:41:55 -0700 Subject: Smaller dialog margin, update button width & font weight BUG: 15310835 BUG: 15317713 BUG: 15316689 Change-Id: Iaab92eefa3fdba85dfa9cc3931234135e8a0bc5c --- core/res/res/layout/alert_dialog_quantum.xml | 19 ++++++++++--------- core/res/res/values/dimens_quantum.xml | 5 ++++- core/res/res/values/donottranslate_quantum.xml | 2 +- core/res/res/values/styles_quantum.xml | 2 +- core/res/res/values/themes_quantum.xml | 6 +++--- 5 files changed, 19 insertions(+), 15 deletions(-) (limited to 'core') diff --git a/core/res/res/layout/alert_dialog_quantum.xml b/core/res/res/layout/alert_dialog_quantum.xml index e109425..7fd22ad 100644 --- a/core/res/res/layout/alert_dialog_quantum.xml +++ b/core/res/res/layout/alert_dialog_quantum.xml @@ -23,7 +23,10 @@ android:orientation="vertical" android:background="@drawable/dialog_background_quantum" android:translationZ="@dimen/floating_window_z" - android:layout_margin="@dimen/floating_window_margin"> + android:layout_marginLeft="@dimen/floating_window_margin_left" + android:layout_marginTop="@dimen/floating_window_margin_top" + android:layout_marginRight="@dimen/floating_window_margin_right" + android:layout_marginBottom="@dimen/floating_window_margin_bottom">