aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/select_public_key_fragment_header.xml
blob: e08a6372682f5df7a2a2d9dc90e025c02194abd6 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<EditText xmlns:android="http://schemas.android.com/apk/res/android"
    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" />