说一下ImageView中经常遇到的图片对齐问题:
上面图片中布局实现的代码:
<LinearLayout
android:id="@+id/search_box_region"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="@drawable/searchbox_bg"
android:layout_alignParentTop="true"
>
<ImageView
android:id="@+id/image1"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:lay