summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/res/layout/keyguard_pin_view.xml
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-12-22 20:56:50 +0100
committerJorim Jaggi <jjaggi@google.com>2015-01-07 15:20:37 +0100
commit6b88cdfba770efc5722338c240ccaada13d7b0d4 (patch)
treec98de02c0c0ac710351dce64822b13bd9c0dba34 /packages/Keyguard/res/layout/keyguard_pin_view.xml
parenta9ef7929b87dc92cb9d4ed65abbaf4752886e613 (diff)
downloadframeworks_base-6b88cdfba770efc5722338c240ccaada13d7b0d4.zip
frameworks_base-6b88cdfba770efc5722338c240ccaada13d7b0d4.tar.gz
frameworks_base-6b88cdfba770efc5722338c240ccaada13d7b0d4.tar.bz2
Remove dead code #8: Remove old keyguard "bouncer"
Also squashes KeyguardViewBase and KeyguardSimpleHostView into KeyguardHostView, uses a constant for the user activity timeout (custom value no longer used). Change-Id: I919b7d3de1dd1590b20e0f14f0e193ee2b3dc21e
Diffstat (limited to 'packages/Keyguard/res/layout/keyguard_pin_view.xml')
-rw-r--r--packages/Keyguard/res/layout/keyguard_pin_view.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Keyguard/res/layout/keyguard_pin_view.xml b/packages/Keyguard/res/layout/keyguard_pin_view.xml
index 2e7464b..d3fb982 100644
--- a/packages/Keyguard/res/layout/keyguard_pin_view.xml
+++ b/packages/Keyguard/res/layout/keyguard_pin_view.xml
@@ -33,7 +33,7 @@
android:layout_height="wrap_content"
/>
<LinearLayout
- android:id="@+id/keyguard_bouncer_frame"
+ android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="0dp"
android:orientation="vertical"