aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/api_accounts_adapter_list_item.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-03-26 13:07:32 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-03-26 13:07:32 +0100
commit9542dc0e12a61535c2866a70cdd9266aff6cd9d7 (patch)
tree58ceb06164d61b4760482307d69822f11f228261 /OpenPGP-Keychain/src/main/res/layout/api_accounts_adapter_list_item.xml
parent930d722013c36104300bfe4773798ae3d5089b6d (diff)
downloadopen-keychain-9542dc0e12a61535c2866a70cdd9266aff6cd9d7.tar.gz
open-keychain-9542dc0e12a61535c2866a70cdd9266aff6cd9d7.tar.bz2
open-keychain-9542dc0e12a61535c2866a70cdd9266aff6cd9d7.zip
Accounts API, user interface
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout/api_accounts_adapter_list_item.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/api_accounts_adapter_list_item.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/api_accounts_adapter_list_item.xml b/OpenPGP-Keychain/src/main/res/layout/api_accounts_adapter_list_item.xml
new file mode 100644
index 000000000..bbe6bc2ef
--- /dev/null
+++ b/OpenPGP-Keychain/src/main/res/layout/api_accounts_adapter_list_item.xml
@@ -0,0 +1,16 @@
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:minHeight="?android:attr/listPreferredItemHeight"
+ android:paddingTop="4dp"
+ android:paddingBottom="4dp">
+
+ <TextView
+ android:id="@+id/api_accounts_adapter_item_name"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="8dp"
+ android:text="Account Name"
+ android:textAppearance="?android:attr/textAppearanceMedium" />
+
+</LinearLayout> \ No newline at end of file