summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r--packages/SystemUI/res/layout/unlock_fab.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/unlock_fab.xml b/packages/SystemUI/res/layout/unlock_fab.xml
new file mode 100644
index 0000000..c80bc19
--- /dev/null
+++ b/packages/SystemUI/res/layout/unlock_fab.xml
@@ -0,0 +1,8 @@
+<?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" />