aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/fragment_conversations_overview.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-01-24 10:50:18 +0100
committerDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-01-24 10:50:18 +0100
commit92465091c68fc82f914866c27f767015bc756fb6 (patch)
tree33b976403aae684fe223669494f0a3472b9b5e90 /res/layout/fragment_conversations_overview.xml
parent35f8ab58f4b6f97f02031b056d2a5f6f993672cf (diff)
some history fixes
Diffstat (limited to '')
-rw-r--r--res/layout/fragment_conversations_overview.xml29
1 files changed, 29 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..ae60de40
--- /dev/null
+++ b/res/layout/fragment_conversations_overview.xml
@@ -0,0 +1,29 @@
+<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="336dp"
+ android:layout_height="match_parent"
+ android:orientation="vertical">
+
+ <ListView
+ android:id="@+id/list"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:divider="#b5b5b5"
+ android:dividerHeight="1dp"
+ android:background="#f9f9f9"
+ />
+
+</LinearLayout>
+<LinearLayout
+ android:id="@+id/selected_conversation"
+ android:layout_width="400dp"
+ android:layout_height="match_parent"
+ android:layout_weight="1"
+ android:background="#e5e5e5"
+ android:orientation="vertical">
+</LinearLayout>
+</android.support.v4.widget.SlidingPaneLayout> \ No newline at end of file