summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2015-07-27 17:31:23 -0700
committerJorim Jaggi <jjaggi@google.com>2015-07-27 17:31:58 -0700
commit9b456e5f9d4e1fbd2dad939c5add8bf997dd9b9e (patch)
tree3ae18b7c44f85e34a7a9de71a825e9b3b4257a04 /res/layout-land
parent32b96646eec917987fdd38208c6b11a9bc8832d3 (diff)
downloadpackages_apps_Settings-9b456e5f9d4e1fbd2dad939c5add8bf997dd9b9e.zip
packages_apps_Settings-9b456e5f9d4e1fbd2dad939c5add8bf997dd9b9e.tar.gz
packages_apps_Settings-9b456e5f9d4e1fbd2dad939c5add8bf997dd9b9e.tar.bz2
Adjust enrollment UI for sw400 devices
Bug: 22511825 Change-Id: Id2534a6a4ea99c295aa6ff583ff7755e5dfa339b
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/fingerprint_enroll_enrolling.xml5
-rw-r--r--res/layout-land/fingerprint_enroll_finish.xml4
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 d70dc84..aa8580e 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:src="@drawable/fp_app_indicator" />