Fix landscape version
This commit is contained in:
parent
2e34cf941d
commit
99d6c60733
2 changed files with 9 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue