Fixed some layouts and updated dependencies

This commit is contained in:
2016-10-06 22:01:33 +02:00
parent da6cd43a46
commit 91451b0ce7
12 changed files with 140 additions and 95 deletions

View File

@ -20,7 +20,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/toolbar"
android:background="@color/bg_item_selected_state"
android:baselineAligned="false"
android:orientation="horizontal"
android:showDividers="middle"
@ -40,14 +39,20 @@
tools:layout="@layout/fragment_message_list"/>
<FrameLayout
android:id="@+id/message_detail_container"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_margin="16dp"
android:layout_weight="2"
android:background="@color/contentBackground"
android:elevation="2dp"
tools:layout="@layout/fragment_message_detail"/>
android:background="@color/bg_item_selected_state">
<FrameLayout
android:id="@+id/message_detail_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="16dp"
android:background="@color/contentBackground"
android:elevation="2dp"
tools:layout="@layout/fragment_message_detail"/>
</FrameLayout>
</LinearLayout>
</RelativeLayout>