From aa05738cd2ea933fde7238b153da1e42421d1b02 Mon Sep 17 00:00:00 2001 From: Paul Lawrence Date: Wed, 16 Jul 2014 10:21:04 -0700 Subject: [PATCH] Final touches to material theme for phones Fix layout Improve text color/size Improve edit box look Hide status bar at top Bug: 15328359 Change-Id: Ia0ea75c74b352963ccf47db0ff7c9684adc1f2a3 --- res/layout/crypt_keeper_password_entry.xml | 37 +++++++++++++--------- res/layout/crypt_keeper_password_field.xml | 15 ++++----- res/layout/crypt_keeper_pattern_entry.xml | 30 +++++++++++------- res/layout/crypt_keeper_pattern_field.xml | 10 +++--- res/layout/crypt_keeper_pin_entry.xml | 35 ++++++++++++-------- res/layout/crypt_keeper_pin_field.xml | 13 +++----- res/layout/crypt_keeper_status.xml | 17 +++++----- res/values/colors.xml | 1 + res/values/dimens.xml | 9 ++++++ res/values/styles.xml | 9 ++++++ res/values/themes.xml | 4 +++ 11 files changed, 108 insertions(+), 72 deletions(-) diff --git a/res/layout/crypt_keeper_password_entry.xml b/res/layout/crypt_keeper_password_entry.xml index ecbfefd2b98..6e99527712e 100644 --- a/res/layout/crypt_keeper_password_entry.xml +++ b/res/layout/crypt_keeper_password_entry.xml @@ -1,7 +1,7 @@