Change summary
AndroidManifest.xml | 1 -
res/layout-w360dp/fragment_conversations_overview.xml | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
Detailed changes
@@ -40,7 +40,6 @@
<activity
android:name="eu.siacs.conversations.ui.ConversationActivity"
- android:configChanges="orientation|screenSize"
android:label="@string/title_activity_conversations"
android:launchMode="singleTask"
android:windowSoftInputMode="stateHidden" >
@@ -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>
+</android.support.v4.widget.SlidingPaneLayout>