你看图片,left_Top有一个小图标我想放在left_bottom,怎么做。我的xml:
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_gravity="center"
android:padding="1dip">
<ImageView
android:id="@+id/imageViewThumb"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scaleType="fitXY" >
</ImageView>
<ImageView
android:id="@+id/imageTick"
android:layout_marginBottom="2dip"
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/sina" >
</ImageView>
</FrameLayout>