diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-08-31 14:29:12 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-08-31 14:29:12 +0200 |
commit | 8f8d4e320da81ef34dc7e2af840e280f112eeb4a (patch) | |
tree | 6a83d7889773ccaffa4dc369b2851bb89dc31e02 /res/layout | |
parent | 9eafb1008676747a3ff315fb820178641c7b09f3 (diff) |
experimental message merging
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/message_null.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/message_null.xml b/res/layout/message_null.xml new file mode 100644 index 00000000..4c7dd938 --- /dev/null +++ b/res/layout/message_null.xml @@ -0,0 +1,5 @@ +<?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="wrap_content"> +</RelativeLayout>
\ No newline at end of file |