aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/alp_42447968_lock_pattern_fragment.xml
blob: 6a154fa55191e9e57c0318e6bfaa49a03aa8390e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/topLayout"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content">

    <com.haibison.android.lockpattern.widget.LockPatternView_v14
        android:id="@+id/lockPattern"
        android:layout_width="@dimen/alp_42447968_separator_size"
        android:layout_height="@dimen/alp_42447968_separator_size"
        android:layout_marginTop="@dimen/alp_42447968_separator_size"
        android:layout_marginBottom="@dimen/alp_42447968_separator_size"
        android:layout_gravity="center_horizontal" />
</LinearLayout>