summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout/unlock_fab.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/layout/unlock_fab.xml')
-rw-r--r--packages/SystemUI/res/layout/unlock_fab.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/SystemUI/res/layout/unlock_fab.xml b/packages/SystemUI/res/layout/unlock_fab.xml
deleted file mode 100644
index c80bc19..0000000
--- a/packages/SystemUI/res/layout/unlock_fab.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/show_bouncer"
- android:layout_width="@dimen/unlock_fab_size"
- android:layout_height="@dimen/unlock_fab_size"
- android:layout_gravity="bottom|center_horizontal"
- android:alpha="0.5"
- android:src="@drawable/ic_lock_open_24dp" />