Conversations/res/layout-sw720dp/fragment_conversations_over...

31 lines
1.0 KiB
XML
Raw Normal View History

2014-01-24 10:50:18 +01:00
<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"
2014-05-26 18:44:26 +02:00
android:layout_width="288dp"
2014-01-24 10:50:18 +01:00
android:layout_height="match_parent"
android:orientation="vertical"
android:background="#eeeeee"
>
2014-01-24 10:50:18 +01:00
<ListView
android:id="@+id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:divider="#b5b5b5"
android:dividerHeight="1dp"
android:background="#eeeeee"
2014-01-24 10:50:18 +01:00
/>
</LinearLayout>
<LinearLayout
android:id="@+id/selected_conversation"
2014-05-26 18:44:26 +02:00
android:layout_width="fill_parent"
2014-01-24 10:50:18 +01:00
android:layout_height="match_parent"
android:layout_weight="1"
android:background="#e5e5e5"
android:orientation="vertical">
</LinearLayout>
</android.support.v4.widget.SlidingPaneLayout>