From 6b19fa9017800b94c75238339a337fd8f6c3e808 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Tue, 25 Nov 2014 19:25:56 -0800 Subject: [FRP] Theming for Pattern and Password screens Basic theming for pattern and password screens. Create subclasses for ChooseLockPassword and ChooseLockPattern, and copied their XML layouts. This CL mainly uses the buttons in the original screens as-is, with a follow-up CL coming to change to use the nav bar buttons. Bug: 18482708 Change-Id: I81751f781de633aff23fc68657589360007c235a --- res/layout-sw600dp/setup_template.xml | 74 +++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 res/layout-sw600dp/setup_template.xml (limited to 'res/layout-sw600dp') diff --git a/res/layout-sw600dp/setup_template.xml b/res/layout-sw600dp/setup_template.xml new file mode 100644 index 0000000..eb210b7 --- /dev/null +++ b/res/layout-sw600dp/setup_template.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1