view_hehua_bomb.xml
658 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="78dp"
android:layout_height="50dp">
<ImageView
android:id="@+id/hehua"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/red"
android:layout_alignParentBottom="true"/>
<ImageView
android:id="@+id/bomb"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/pong"
android:layout_centerHorizontal="true"/>
</RelativeLayout>