aboutsummaryrefslogtreecommitdiff
path: root/mobileapp/res/layout/interactions_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobileapp/res/layout/interactions_item.xml')
-rwxr-xr-xmobileapp/res/layout/interactions_item.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/mobileapp/res/layout/interactions_item.xml b/mobileapp/res/layout/interactions_item.xml
new file mode 100755
index 0000000..bb17e2a
--- /dev/null
+++ b/mobileapp/res/layout/interactions_item.xml
@@ -0,0 +1,7 @@
+<?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="fill_parent"
+ android:padding="10dp"
+ android:textSize="16sp" >
+</TextView> \ No newline at end of file