在Android XML中绘制个人资料图片

时间:2014-06-15 08:44:26

标签: android xml android-layout imageview shadow

我想要一个这样的结果: enter image description here 而不是那个黑盒子你放了一张个人资料图片,我想把影子保留在个人资料图片下面

怎么做,

我尝试了这段代码,但没有给出结果

 <LinearLayout
    android:layout_width="fill_parent"
    android:layout_height="140dp"
    android:background="@drawable/item_profil_amis"
    android:orientation="horizontal">

    <ImageView
        android:id="@+id/imgprof"
        android:layout_width="fill_parent"
        android:layout_height="70dp"
        android:layout_marginLeft="11dp"
        android:layout_marginRight="2.5dp"
        android:layout_weight="3"
        android:gravity="center"
        android:scaleType="centerCrop"
        android:src="@drawable/profle"
        android:layout_marginTop="55dp" />
</LinearLayout>

请帮帮我

1 个答案:

答案 0 :(得分:0)

你可以使用android的9patch工具在photoshop中制作阴影效果。

示例:

enter image description here