aboutsummaryrefslogtreecommitdiffstats
path: root/conversations/src/main/res/layout/message_null.xml
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2014-10-22 12:38:44 -0400
committerSam Whited <sam@samwhited.com>2014-10-22 12:38:44 -0400
commit64bdd7e731c11407bfe6b8b1ec6a254ffb989057 (patch)
treecde462fbf7bcd7648c20f892150faa93e7b01dd4 /conversations/src/main/res/layout/message_null.xml
Use Gradle build system
Diffstat (limited to 'conversations/src/main/res/layout/message_null.xml')
-rw-r--r--conversations/src/main/res/layout/message_null.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/conversations/src/main/res/layout/message_null.xml b/conversations/src/main/res/layout/message_null.xml
new file mode 100644
index 00000000..0e0f1c92
--- /dev/null
+++ b/conversations/src/main/res/layout/message_null.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="0dp"
+ android:background="#00000000">
+
+</RelativeLayout> \ No newline at end of file