这是我对甲状腺图像采集方案所做的布局。
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="fill_parent">
<SurfaceView android:id="@+id/surface_camera"
android:layout_width="fill_parent" android:layout_height="420px">
</SurfaceView>
<RelativeLayout android:layout_width="fill_parent"
android:layout_alignParentBottom="true" android:id="@+id/beforeClick"
android:layout_height="wrap_content" android:background="@color/clickPanelBK"
android:paddingTop="6dp" android:paddingBottom="6dp">
<Button android:gravity="center" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:id="@+id/capture_image_goback_btn"
android:background="@drawable/generalbutton" android:text="@string/back" />
<Button android:gravity="center"
android:layout_centerHorizontal="true" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:id="@+id/capture_image_btn"
android:background="@drawable/clickbutton" />
</RelativeLayout>
<RelativeLayout android:layout_width="fill_parent"
android:layout_alignParentBottom="true" android:id="@+id/afterClick"
android:layout_height="wrap_content" android:background="@color/clickPanelBK"
android:paddingTop="6dp" android:paddingBottom="6dp">
<Button android:gravity="center" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:id="@+id/img_retake"
android:background="@drawable/generalbutton" android:text="@string/retake" />
<Button android:gravity="center"
android:layout_alignParentRight="true" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:id="@+id/img_save"
android:text="@string/saveImg" android:background="@drawable/generalbutton" />
</RelativeLayout>
</RelativeLayout>
最近的2个相对布局是可互换的,是统一的罚款。 其中只有一人在某一时间露面,而是在一顿点击上改动。 不管怎么说,这里的问题是,我必须提到在px或dp上表的排位。 如果我提供穿戴头巾以补足,这种观点似乎很小,占 w和高的35%。 谁能给我一个解决办法?