diff options
author | Jorim Jaggi <jjaggi@google.com> | 2015-07-28 19:50:47 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-07-28 19:50:47 +0000 |
commit | 74af384cae9ea03f900c6f3aed2581477dedf68a (patch) | |
tree | e335291c9232f5b3a8e9aeaf00481fe59bf8bf24 /res/layout-land | |
parent | 4d9f5c91aeb7ab1ab9828bce45d5f0a7c3ba0716 (diff) | |
parent | 9b456e5f9d4e1fbd2dad939c5add8bf997dd9b9e (diff) | |
download | packages_apps_Settings-74af384cae9ea03f900c6f3aed2581477dedf68a.zip packages_apps_Settings-74af384cae9ea03f900c6f3aed2581477dedf68a.tar.gz packages_apps_Settings-74af384cae9ea03f900c6f3aed2581477dedf68a.tar.bz2 |
Merge "Adjust enrollment UI for sw400 devices" into mnc-dev
Diffstat (limited to 'res/layout-land')
-rw-r--r-- | res/layout-land/fingerprint_enroll_enrolling.xml | 5 | ||||
-rw-r--r-- | res/layout-land/fingerprint_enroll_finish.xml | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/res/layout-land/fingerprint_enroll_enrolling.xml b/res/layout-land/fingerprint_enroll_enrolling.xml index 8577f5f..c72c029 100644 --- a/res/layout-land/fingerprint_enroll_enrolling.xml +++ b/res/layout-land/fingerprint_enroll_enrolling.xml @@ -61,7 +61,10 @@ android:layout_weight="1" android:layout_height="match_parent"> - <include layout="@layout/fingerprint_enroll_enrolling_content"/> + <include layout="@layout/fingerprint_enroll_enrolling_content" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center"/> <TextView style="@style/TextAppearance.FingerprintErrorText" diff --git a/res/layout-land/fingerprint_enroll_finish.xml b/res/layout-land/fingerprint_enroll_finish.xml index 558866c..f1bf885 100644 --- a/res/layout-land/fingerprint_enroll_finish.xml +++ b/res/layout-land/fingerprint_enroll_finish.xml @@ -79,8 +79,8 @@ <ImageView android:id="@+id/fingerprint_in_app_indicator" - android:layout_width="120dp" - android:layout_height="120dp" + android:layout_width="@dimen/fingerprint_in_app_indicator_size" + android:layout_height="@dimen/fingerprint_in_app_indicator_size" android:layout_gravity="center_horizontal" android:contentDescription="@android:string/fingerprint_icon_content_description" android:src="@drawable/fp_app_indicator" /> |