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