diff options
author | Paul Lawrence <paullawrence@google.com> | 2014-07-11 07:34:44 -0700 |
---|---|---|
committer | Paul Lawrence <paullawrence@google.com> | 2014-07-16 08:07:35 -0700 |
commit | 89c7570dd42ce6945ce8e092892a22ec79c30c82 (patch) | |
tree | 14e07f7f9782c4a5a4e3c845358450efe33178c1 /res/layout/crypt_keeper_password_field.xml | |
parent | 6f877156e0345dc6a70b513e38cd5a32a97783b9 (diff) | |
download | packages_apps_Settings-89c7570dd42ce6945ce8e092892a22ec79c30c82.tar.gz packages_apps_Settings-89c7570dd42ce6945ce8e092892a22ec79c30c82.tar.bz2 packages_apps_Settings-89c7570dd42ce6945ce8e092892a22ec79c30c82.zip |
Make crypt dialogs material
White on black material theme
Center text
Remove fade to black task
Fix emergency call button
Note - does not implement all requirements of frames in the defect. More
to follow.
Bug: 15328359
Change-Id: I878e59dccffff366ba2484bb77482e168cbd2b81
Diffstat (limited to 'res/layout/crypt_keeper_password_field.xml')
-rw-r--r-- | res/layout/crypt_keeper_password_field.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/crypt_keeper_password_field.xml b/res/layout/crypt_keeper_password_field.xml index 97afe6a86..9a2a24d0b 100644 --- a/res/layout/crypt_keeper_password_field.xml +++ b/res/layout/crypt_keeper_password_field.xml @@ -28,6 +28,7 @@ android:inputType="textPassword" android:imeOptions="flagForceAscii|actionDone" android:textAppearance="?android:attr/textAppearanceMedium" + android:gravity="center_horizontal" /> <ImageView android:id="@+id/switch_ime_button" |