mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-07 09:44:59 -05:00
10 lines
388 B
XML
10 lines
388 B
XML
<?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> |