aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/select_public_key_activity.xml
blob: 5337433c64d74e2068729330474fda7b3b061fff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_centerHorizontal="true" >

    <EditText
        android:id="@+id/select_public_key_search"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:hint="@string/menu_search"
        android:drawableLeft="@drawable/ic_action_search"/>

    <FrameLayout
        android:id="@+id/select_public_key_fragment_container"
        android:layout_below="@id/select_public_key_search"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</RelativeLayout>