summaryrefslogtreecommitdiffstats
path: root/res/layout/setup_fingerprint.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/setup_fingerprint.xml')
-rw-r--r--res/layout/setup_fingerprint.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/setup_fingerprint.xml b/res/layout/setup_fingerprint.xml
index 6af8519..4e9d319 100644
--- a/res/layout/setup_fingerprint.xml
+++ b/res/layout/setup_fingerprint.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015 The CyanogenMod Project
+ Copyright (C) 2017 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -19,7 +20,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <include layout="@layout/header" />
+ <include layout="@layout/header_condensed" />
<FrameLayout android:id="@+id/page"
android:layout_width="match_parent"
@@ -87,4 +88,4 @@
</LinearLayout>
</ScrollView>
</FrameLayout>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>