aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout-w945dp
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-29 22:23:31 +0200
committerChristian Schneppe <christian@pix-art.de>2018-03-29 22:23:31 +0200
commitee7240f2e0d02346cd0c606b082d095cae5a1fa5 (patch)
tree8f5cdb984cb4b3f8196044ee33243bd56301e949 /src/main/res/layout-w945dp
parent48e09a935902b715aa605d368795925999f1cfa9 (diff)
move new activity back to original name
Diffstat (limited to 'src/main/res/layout-w945dp')
-rw-r--r--src/main/res/layout-w945dp/activity_conversations.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout-w945dp/activity_conversations.xml b/src/main/res/layout-w945dp/activity_conversations.xml
index 6084155e7..cb5f2ccad 100644
--- a/src/main/res/layout-w945dp/activity_conversations.xml
+++ b/src/main/res/layout-w945dp/activity_conversations.xml
@@ -9,13 +9,13 @@
android:id="@+id/main_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="1" />
+ android:layout_weight="1000" />
<FrameLayout
android:id="@+id/secondary_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="2" />
+ android:layout_weight="1618" />
</LinearLayout>