作业06
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <RelativeLayout android:id="@+id/box" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="5dp" android:layout_marginRight="5dp" android:layout_marginTop="5dp" android:padding="5dp"> <ImageView android:id="@+id/logo" android:layout_width="50dp" android:layout_height="70dp" android:layout_centerVertical="true"> </ImageView> <Button android:id="@+id/btn" android