Fix landscape version

This commit is contained in:
Margaux Clerc 2016-02-11 16:45:56 +01:00
parent 2e34cf941d
commit 99d6c60733
2 changed files with 9 additions and 3 deletions

View file

@ -54,8 +54,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:layout_below="@id/top_bar" android:layout_alignBottom="@+id/top_bar"
android:layout_toRightOf="@+id/footer" android:layout_toEndOf="@+id/footer">
android:layout_below="@id/top_bar"
android:layout_toRightOf="@+id/footer">
<FrameLayout
android:layout_width="match_parent"

View file

@ -80,7 +80,13 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="0.37"
android:orientation="horizontal"/>
android:orientation="horizontal">
<View
android:background="@color/colorE"
android:layout_width="1dp"
android:layout_height="match_parent"/>
</LinearLayout>
</LinearLayout>
</FrameLayout>