blob: cc30a682757cd2578fa8105a951a5295e77d2f72 [file] [log] [blame]
Jerry Chang930b5ec2019-08-01 01:36:24 +08001<?xml version="1.0" encoding="utf-8"?>
2
3<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4 android:id="@+id/keyguard_indication_area"
5 android:layout_width="match_parent"
6 android:layout_height="wrap_content"
7 android:layout_marginBottom="@dimen/keyguard_indication_margin_bottom"
8 android:layout_gravity="bottom|center_horizontal"
9 android:orientation="vertical">
10
11 <include layout="@layout/keyguard_indication_text_view" />
12
13</LinearLayout>