fix layout scale
This commit is contained in:
parent
97599db0d2
commit
08e2d60cad
|
|
@ -12,9 +12,8 @@
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/container_txrx"
|
android:id="@+id/container_txrx"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="80dp"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal">
|
||||||
android:layout_weight="1">
|
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:theme="@style/theme_btn_tx"
|
android:theme="@style/theme_btn_tx"
|
||||||
|
|
@ -54,9 +53,8 @@
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/container_target_ipmac"
|
android:id="@+id/container_target_ipmac"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="40dp"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal">
|
||||||
android:layout_weight="0.4">
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
|
|
@ -103,8 +101,7 @@
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="80dp"
|
||||||
android:layout_weight="0.8"
|
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -135,8 +132,7 @@
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="80dp"
|
||||||
android:layout_weight="0.8"
|
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/btn_setLogFreq"
|
android:id="@+id/btn_setLogFreq"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue