aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/fragment_conversations_overview.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-07-12 17:08:01 +0200
committeriNPUTmice <daniel@gultsch.de>2014-07-12 17:08:01 +0200
commit4e910eee5945b45004a161ac53bce40274783c91 (patch)
tree3dd02059b60dc0b7322a1ef9971e7db760fbc7c3 /res/layout/fragment_conversations_overview.xml
parent9968ae5260355f716dcb9c82572cbfd3a1e5a88c (diff)
fixed #268
Diffstat (limited to 'res/layout/fragment_conversations_overview.xml')
-rw-r--r--res/layout/fragment_conversations_overview.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/res/layout/fragment_conversations_overview.xml b/res/layout/fragment_conversations_overview.xml
new file mode 100644
index 00000000..b85f1116
--- /dev/null
+++ b/res/layout/fragment_conversations_overview.xml
@@ -0,0 +1,30 @@
+<android.support.v4.widget.SlidingPaneLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:id="@+id/slidingpanelayout">
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="288dp"
+ android:layout_height="match_parent"
+ android:orientation="vertical"
+ android:background="@color/primarybackground"
+ >
+
+ <ListView
+ android:id="@+id/list"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:divider="@color/divider"
+ android:dividerHeight="1dp"
+ android:background="@color/primarybackground"
+ />
+
+</LinearLayout>
+<LinearLayout
+ android:id="@+id/selected_conversation"
+ android:layout_width="fill_parent"
+ android:layout_height="match_parent"
+ android:layout_weight="1"
+ android:orientation="vertical">
+</LinearLayout>
+</android.support.v4.widget.SlidingPaneLayout> \ No newline at end of file