open-keychain/OpenKeychain/src/main/res/layout/import_keys_list_entry_user_id.xml
2014-09-21 17:58:26 +02:00

8 lines
337 B
XML

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_marginRight="?android:attr/scrollbarSize"
android:singleLine="true"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
android:paddingRight="8dp" />