调整按钮间距

chenghonghao_branch
MikkoAyaka 1 year ago
parent fed2a0ac14
commit 4681a006b8

@ -1,9 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent">
>
<!-- <wificar.RockerView--> <!-- <wificar.RockerView-->
<!-- android:layout_width="100dp"--> <!-- android:layout_width="100dp"-->
<!-- android:layout_height="100dp"--> <!-- android:layout_height="100dp"-->
@ -18,6 +16,7 @@
android:id="@+id/mySurfaceViewVideo" android:id="@+id/mySurfaceViewVideo"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" /> android:layout_height="match_parent" />
<ImageView <ImageView
android:id="@+id/floatingView" android:id="@+id/floatingView"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -27,19 +26,19 @@
android:id="@+id/TakePhoto" android:id="@+id/TakePhoto"
android:layout_width="66dp" android:layout_width="66dp"
android:layout_height="55dp" android:layout_height="55dp"
android:src="@drawable/snapshot"
android:scaleType="centerCrop" android:scaleType="centerCrop"
/> android:layout_marginStart="20dp"
android:src="@drawable/snapshot" />
<ImageButton <ImageButton
android:layout_toRightOf="@+id/TakePhoto"
android:id="@+id/ViewPhoto" android:id="@+id/ViewPhoto"
android:layout_width="66dp" android:layout_width="66dp"
android:layout_height="55dp" android:layout_height="55dp"
android:layout_toRightOf="@+id/TakePhoto"
android:layout_x="90dp" android:layout_x="90dp"
android:src="@drawable/look" android:layout_marginStart="20dp"
android:scaleType="centerCrop" android:scaleType="centerCrop"
/> android:src="@drawable/look" />
<!-- <ImageView--> <!-- <ImageView-->
<!-- android:layout_width="wrap_content"--> <!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"--> <!-- android:layout_height="wrap_content"-->

Loading…
Cancel
Save