mirror of https://github.com/M66B/NetGuard.git
Layout fix
This commit is contained in:
parent
bab1456d84
commit
bce1a26c7d
|
@ -2,7 +2,7 @@
|
|||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
tools:context=".ActivityMain">
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
|||
android:id="@+id/cbIp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:button="@drawable/ip"
|
||||
android:scaleX="0.8"
|
||||
android:scaleY="0.8" />
|
||||
|
@ -26,6 +27,7 @@
|
|||
android:id="@+id/tvDest"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_weight="1"
|
||||
android:textAppearance="@android:style/TextAppearance.Material.Small"
|
||||
android:textSize="12sp" />
|
||||
|
|
Loading…
Reference in New Issue