diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-10-03 15:01:36 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-10-03 15:01:36 +0200 |
commit | 0e12272c5bb7a40b200824bfe2b3f209795c4b98 (patch) | |
tree | 27336f1c1fd446c5108d74371fa0191cff0c0e81 /res/layout-w360dp/fragment_conversations_overview.xml | |
parent | 9ae52a235f39f86813220eae0bd084251242470e (diff) |
bug fixes
Diffstat (limited to '')
-rw-r--r-- | res/layout-w360dp/fragment_conversations_overview.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-w360dp/fragment_conversations_overview.xml b/res/layout-w360dp/fragment_conversations_overview.xml index a639ed56..a600118d 100644 --- a/res/layout-w360dp/fragment_conversations_overview.xml +++ b/res/layout-w360dp/fragment_conversations_overview.xml @@ -1,4 +1,4 @@ -<eu.siacs.conversations.ui.SlidingPaneLayout xmlns:android="http://schemas.android.com/apk/res/android" +<android.support.v4.widget.SlidingPaneLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/content_view_spl" android:layout_width="match_parent" android:layout_height="match_parent" > @@ -27,4 +27,4 @@ android:orientation="vertical" > </LinearLayout> -</eu.siacs.conversations.ui.SlidingPaneLayout>
\ No newline at end of file +</android.support.v4.widget.SlidingPaneLayout>
\ No newline at end of file |