aboutsummaryrefslogtreecommitdiffstats
path: root/org_apg/res/layout/help_activity.xml
diff options
context:
space:
mode:
authorDominik <dominik@dominikschuermann.de>2012-03-12 15:10:26 +0100
committerDominik <dominik@dominikschuermann.de>2012-03-12 15:10:26 +0100
commit518fc2a310942809d77b2577276d0f855ff403e3 (patch)
treec3ffaa972af6a4422d2ab324bf6bbb5b8025a69c /org_apg/res/layout/help_activity.xml
parent87e456e77c570f3e17cfdadf5db23cd1733033ea (diff)
downloadopen-keychain-518fc2a310942809d77b2577276d0f855ff403e3.tar.gz
open-keychain-518fc2a310942809d77b2577276d0f855ff403e3.tar.bz2
open-keychain-518fc2a310942809d77b2577276d0f855ff403e3.zip
help activity
Diffstat (limited to 'org_apg/res/layout/help_activity.xml')
-rw-r--r--org_apg/res/layout/help_activity.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/org_apg/res/layout/help_activity.xml b/org_apg/res/layout/help_activity.xml
new file mode 100644
index 000000000..12ac366d7
--- /dev/null
+++ b/org_apg/res/layout/help_activity.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+
+ <TextView
+ android:id="@+id/help_text"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:padding="10dp"
+ android:textColor="#000" >
+ </TextView>
+
+</ScrollView> \ No newline at end of file