diff options
Diffstat (limited to '')
-rw-r--r-- | res/layout-sw320dp/fragment_conversations_overview.xml (renamed from res/layout/fragment_conversations_overview.xml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/fragment_conversations_overview.xml b/res/layout-sw320dp/fragment_conversations_overview.xml index 5548cce6..fcb1949c 100644 --- a/res/layout/fragment_conversations_overview.xml +++ b/res/layout-sw320dp/fragment_conversations_overview.xml @@ -4,7 +4,7 @@ android:layout_height="match_parent" android:id="@+id/slidingpanelayout"> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="336dp" + android:layout_width="288dp" android:layout_height="match_parent" android:orientation="vertical" android:background="#eeeeee" @@ -22,7 +22,7 @@ </LinearLayout> <LinearLayout android:id="@+id/selected_conversation" - android:layout_width="400dp" + android:layout_width="fill_parent" android:layout_height="match_parent" android:layout_weight="1" android:background="#e5e5e5" |