80,490
社区成员
发帖
与我相关
我的任务
分享
<Button
android:id="@+id/mybtn"
android:layout_alignParentTop="true"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="点我"/>
<ImageView
android:id="@+id/image_view"
android:layout_below="@id/mybtn"
android:layout_marginBottom="0dp"
android:scaleType="centerInside"
/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<Button
android:id="@+id/mybtn"
android:layout_alignParentTop="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="点我"/>
<ImageView
android:id="@+id/image_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/mybtn"
android:scaleType="centerInside" />
</RelativeLayout>