FrameLayout instead of LinearLayout for display

This commit is contained in:
serso 2015-02-05 16:42:47 +01:00
parent c5748e2d94
commit 0c9cb6790c
8 changed files with 8 additions and 8 deletions

View File

@ -53,7 +53,7 @@
a:layout_height="match_parent" a:layout_height="match_parent"
a:layout_weight="1"/> a:layout_weight="1"/>
<LinearLayout <FrameLayout
a:id="@+id/displayContainer" a:id="@+id/displayContainer"
a:layout_width="0dp" a:layout_width="0dp"
a:layout_height="match_parent" a:layout_height="match_parent"

View File

@ -50,7 +50,7 @@
a:layout_height="match_parent" a:layout_height="match_parent"
a:layout_weight="1"/> a:layout_weight="1"/>
<LinearLayout <FrameLayout
a:id="@+id/displayContainer" a:id="@+id/displayContainer"
a:layout_height="match_parent" a:layout_height="match_parent"
a:layout_width="0dp" a:layout_width="0dp"

View File

@ -47,7 +47,7 @@
style="?cpp_pane_style" style="?cpp_pane_style"
a:layout_weight="1"/> a:layout_weight="1"/>
<LinearLayout <FrameLayout
a:id="@+id/displayContainer" a:id="@+id/displayContainer"
a:layout_height="0dp" a:layout_height="0dp"
a:layout_width="match_parent" a:layout_width="match_parent"

View File

@ -47,7 +47,7 @@
style="?cpp_pane_style" style="?cpp_pane_style"
a:layout_weight="3"/> a:layout_weight="3"/>
<LinearLayout <FrameLayout
a:id="@+id/displayContainer" a:id="@+id/displayContainer"
a:layout_height="0dp" a:layout_height="0dp"
a:layout_width="match_parent" a:layout_width="match_parent"

View File

@ -47,7 +47,7 @@
style="?cpp_pane_style" style="?cpp_pane_style"
a:layout_weight="3"/> a:layout_weight="3"/>
<LinearLayout <FrameLayout
a:id="@+id/displayContainer" a:id="@+id/displayContainer"
a:layout_height="0dp" a:layout_height="0dp"
a:layout_width="match_parent" a:layout_width="match_parent"

View File

@ -47,7 +47,7 @@
style="?cpp_pane_style" style="?cpp_pane_style"
a:layout_weight="4"/> a:layout_weight="4"/>
<LinearLayout <FrameLayout
a:id="@+id/displayContainer" a:id="@+id/displayContainer"
a:layout_height="0dp" a:layout_height="0dp"
a:layout_width="match_parent" a:layout_width="match_parent"

View File

@ -46,7 +46,7 @@
a:layout_width="0dp" a:layout_width="0dp"
a:layout_height="match_parent"/> a:layout_height="match_parent"/>
<LinearLayout <FrameLayout
a:id="@+id/displayContainer" a:id="@+id/displayContainer"
a:layout_weight="4" a:layout_weight="4"
a:layout_width="0dp" a:layout_width="0dp"

View File

@ -47,7 +47,7 @@
a:layout_width="0dp" a:layout_width="0dp"
a:layout_height="match_parent"/> a:layout_height="match_parent"/>
<LinearLayout <FrameLayout
a:id="@+id/displayContainer" a:id="@+id/displayContainer"
a:layout_weight="4" a:layout_weight="4"
a:layout_width="0dp" a:layout_width="0dp"