aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/api_account_settings_activity.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_account_settings_activity.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_account_settings_activity.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/api_account_settings_activity.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/api_account_settings_activity.xml b/OpenPGP-Keychain/src/main/res/layout/api_account_settings_activity.xml
new file mode 100644
index 000000000..3557c1f00
--- /dev/null
+++ b/OpenPGP-Keychain/src/main/res/layout/api_account_settings_activity.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:padding="16dp"
+ android:orientation="vertical">
+
+ <fragment
+ android:id="@+id/api_account_settings_fragment"
+ android:name="org.sufficientlysecure.keychain.remote.ui.AccountSettingsFragment"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" />
+
+ </LinearLayout>
+</ScrollView>