diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-05-26 18:44:26 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-05-26 18:44:26 +0200 |
commit | a0d21211e1ecbcba070b29011cc854f4de23fd46 (patch) | |
tree | f61d262251ac03a5fe614e13c57a333b0ee04326 /res/layout/fragment_conversations_overview.xml | |
parent | 7f825f802704a8d1103a667550ce5223ac270956 (diff) |
fixed #151
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" |