diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-07-12 17:08:01 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-07-12 17:08:01 +0200 |
commit | 4e910eee5945b45004a161ac53bce40274783c91 (patch) | |
tree | 3dd02059b60dc0b7322a1ef9971e7db760fbc7c3 /res/layout-sw320dp | |
parent | 9968ae5260355f716dcb9c82572cbfd3a1e5a88c (diff) |
fixed #268
Diffstat (limited to 'res/layout-sw320dp')
-rw-r--r-- | res/layout-sw320dp/fragment_conversations_overview.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/res/layout-sw320dp/fragment_conversations_overview.xml b/res/layout-sw320dp/fragment_conversations_overview.xml deleted file mode 100644 index b85f1116..00000000 --- a/res/layout-sw320dp/fragment_conversations_overview.xml +++ /dev/null @@ -1,30 +0,0 @@ -<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 |