diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-03-29 22:23:31 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-03-29 22:23:31 +0200 |
commit | ee7240f2e0d02346cd0c606b082d095cae5a1fa5 (patch) | |
tree | 8f5cdb984cb4b3f8196044ee33243bd56301e949 /src/main/res | |
parent | 48e09a935902b715aa605d368795925999f1cfa9 (diff) |
move new activity back to original name
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/layout-w945dp/activity_conversations.xml | 4 | ||||
-rw-r--r-- | src/main/res/layout/fragment_conversations_overview.xml | 1 |
2 files changed, 3 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> diff --git a/src/main/res/layout/fragment_conversations_overview.xml b/src/main/res/layout/fragment_conversations_overview.xml index 336142428..e400e291d 100644 --- a/src/main/res/layout/fragment_conversations_overview.xml +++ b/src/main/res/layout/fragment_conversations_overview.xml @@ -1,6 +1,7 @@ <layout xmlns:android="http://schemas.android.com/apk/res/android"> <FrameLayout + android:background="?attr/color_background_primary" android:layout_width="match_parent" android:layout_height="match_parent"> |