aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/log_display_item.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-06-10 01:53:25 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-06-10 01:53:25 +0200
commit7324bfcb536b4975365ab9affa0a71ef29e29b93 (patch)
treeb80808b00912f1c514386a5741153c441dcacda1 /OpenKeychain/src/main/res/layout/log_display_item.xml
parentd73a3e2fa89663e133ce4750e4aba86354c8b252 (diff)
downloadopen-keychain-7324bfcb536b4975365ab9affa0a71ef29e29b93.tar.gz
open-keychain-7324bfcb536b4975365ab9affa0a71ef29e29b93.tar.bz2
open-keychain-7324bfcb536b4975365ab9affa0a71ef29e29b93.zip
import-log: add LogDisplay activity
Diffstat (limited to 'OpenKeychain/src/main/res/layout/log_display_item.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/log_display_item.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/log_display_item.xml b/OpenKeychain/src/main/res/layout/log_display_item.xml
new file mode 100644
index 000000000..f0e0e4ecb
--- /dev/null
+++ b/OpenKeychain/src/main/res/layout/log_display_item.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="horizontal" android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Log Entry Text"
+ android:id="@+id/log_text"
+ android:layout_marginTop="4dp"
+ android:layout_marginBottom="4dp" />
+</LinearLayout> \ No newline at end of file