我的 imageview 没有完全显示在 imageview 宽度上看到这个图像它显示空白http://imgur.com/3fDXgij但我想显示像这个形状http://imgur.com/g8UeI4b的 mageview并且图像在 imageview 中显示完整没有白色下面的空格是我的代码请帮助我
<ImageView
android:id="@+id/test_button_image"
android:layout_width="80dp"
android:layout_marginLeft="10dp"
android:layout_marginTop="10dp"
android:layout_marginBottom="15dp"
android:layout_height="60dp"
android:layout_alignParentTop="true"
android:background="@drawable/border6"
android:src="@drawable/ic_launcher" >
</ImageView>