我有一个图像http://i.stack.imgur.com/mFJpO.jpg,当我添加我的项目时它看起来像http://i.stack.imgur.com/CcD2g.png但我想删除图像的白色并想要显示背景。我只需要大象在图像中显示和删除白色边框,并使布局背景显示有任何方法,我可以做到。
<RelativeLayout
android:id="@+id/Head"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_margin="5dp"
android:layout_weight="70"
android:orientation="vertical"
android:background="@drawable/jungle">
<ImageView
android:id="@+id/imageView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="40dp"
android:adjustViewBounds="true"
android:scaleType="center"
android:src="@drawable/elephant" />
</RelativeLayout>
答案 0 :(得分:1)
改用Photoshop。
:)
答案 1 :(得分:0)
这是你无法通过android做的。你必须使用一些不同的工具 像Photoshop或Coral等创建透明图像(可能是.png) 文件。