aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout/key_server_query_result_user_id.xml
blob: c69735e67cb08df7e432f643db4d7ed28ffa5b7b (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:layout_marginRight="?android:attr/scrollbarSize"
    android:paddingRight="3dip"
    android:singleLine="true"
    android:textAppearance="?android:attr/textAppearanceSmall" >

</TextView>