From 2fb5a6ab9f13c27e3607e2bbb9d000d4db28b84c Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Thu, 5 Feb 2015 12:35:07 -0800 Subject: [PATCH] Update preference dialog padding to Material Mostly copy/paste of the Holo with some padding fiddling to make the EditText, which has baked-in padding, and TextView line up. Bug: 19280124 Change-Id: I4a8ad7dcc1f1bd519f4d1c506984871a25a1db31 --- .../preference_dialog_edittext_material.xml | 44 +++++++++++++++++++ core/res/res/values/styles_material.xml | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 core/res/res/layout/preference_dialog_edittext_material.xml diff --git a/core/res/res/layout/preference_dialog_edittext_material.xml b/core/res/res/layout/preference_dialog_edittext_material.xml new file mode 100644 index 0000000000000..df76f7fcd0875 --- /dev/null +++ b/core/res/res/layout/preference_dialog_edittext_material.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + diff --git a/core/res/res/values/styles_material.xml b/core/res/res/values/styles_material.xml index 6220a1b6a1734..419beba82d145 100644 --- a/core/res/res/values/styles_material.xml +++ b/core/res/res/values/styles_material.xml @@ -88,7 +88,7 @@ please see styles_device_defaults.xml.