mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-06 17:25:01 -05:00
bug fixes
This commit is contained in:
parent
9ae52a235f
commit
0e12272c5b
@ -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>
|
Loading…
Reference in New Issue
Block a user