FrameLayout instead of LinearLayout for display
This commit is contained in:
parent
c5748e2d94
commit
0c9cb6790c
@ -53,7 +53,7 @@
|
||||
a:layout_height="match_parent"
|
||||
a:layout_weight="1"/>
|
||||
|
||||
<LinearLayout
|
||||
<FrameLayout
|
||||
a:id="@+id/displayContainer"
|
||||
a:layout_width="0dp"
|
||||
a:layout_height="match_parent"
|
||||
|
@ -50,7 +50,7 @@
|
||||
a:layout_height="match_parent"
|
||||
a:layout_weight="1"/>
|
||||
|
||||
<LinearLayout
|
||||
<FrameLayout
|
||||
a:id="@+id/displayContainer"
|
||||
a:layout_height="match_parent"
|
||||
a:layout_width="0dp"
|
||||
|
@ -47,7 +47,7 @@
|
||||
style="?cpp_pane_style"
|
||||
a:layout_weight="1"/>
|
||||
|
||||
<LinearLayout
|
||||
<FrameLayout
|
||||
a:id="@+id/displayContainer"
|
||||
a:layout_height="0dp"
|
||||
a:layout_width="match_parent"
|
||||
|
@ -47,7 +47,7 @@
|
||||
style="?cpp_pane_style"
|
||||
a:layout_weight="3"/>
|
||||
|
||||
<LinearLayout
|
||||
<FrameLayout
|
||||
a:id="@+id/displayContainer"
|
||||
a:layout_height="0dp"
|
||||
a:layout_width="match_parent"
|
||||
|
@ -47,7 +47,7 @@
|
||||
style="?cpp_pane_style"
|
||||
a:layout_weight="3"/>
|
||||
|
||||
<LinearLayout
|
||||
<FrameLayout
|
||||
a:id="@+id/displayContainer"
|
||||
a:layout_height="0dp"
|
||||
a:layout_width="match_parent"
|
||||
|
@ -47,7 +47,7 @@
|
||||
style="?cpp_pane_style"
|
||||
a:layout_weight="4"/>
|
||||
|
||||
<LinearLayout
|
||||
<FrameLayout
|
||||
a:id="@+id/displayContainer"
|
||||
a:layout_height="0dp"
|
||||
a:layout_width="match_parent"
|
||||
|
@ -46,7 +46,7 @@
|
||||
a:layout_width="0dp"
|
||||
a:layout_height="match_parent"/>
|
||||
|
||||
<LinearLayout
|
||||
<FrameLayout
|
||||
a:id="@+id/displayContainer"
|
||||
a:layout_weight="4"
|
||||
a:layout_width="0dp"
|
||||
|
@ -47,7 +47,7 @@
|
||||
a:layout_width="0dp"
|
||||
a:layout_height="match_parent"/>
|
||||
|
||||
<LinearLayout
|
||||
<FrameLayout
|
||||
a:id="@+id/displayContainer"
|
||||
a:layout_weight="4"
|
||||
a:layout_width="0dp"
|
||||
|
Loading…
Reference in New Issue
Block a user