activity_aod.xml raw
1 <io.github.domi04151309.alwayson.custom.CustomFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:id="@+id/frame"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:alpha=".5"
7 android:keepScreenOn="true"
8 tools:context=".actions.alwayson.AlwaysOn">
9
10 <io.github.domi04151309.alwayson.actions.alwayson.AlwaysOnCustomView
11 android:id="@+id/customView"
12 android:layout_width="match_parent"
13 android:layout_height="wrap_content"
14 android:layout_margin="@dimen/edge_glow_width"
15 android:padding="?dialogPreferredPadding" />
16
17 <io.github.domi04151309.alwayson.custom.FingerprintView
18 android:id="@+id/fingerprintIcn"
19 android:layout_width="@dimen/aod_fingerprint_size"
20 android:layout_height="@dimen/aod_fingerprint_size"
21 android:layout_gravity="center_horizontal|bottom"
22 android:visibility="gone"/>
23 </io.github.domi04151309.alwayson.custom.CustomFrameLayout>