我試圖在ImageView上添加邊框。 我用下面的繪製XML:imageview邊框無法正確繪製
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<solid android:color="#ffffffff" />
<padding android:left="3dp" android:right="3dp" android:top="3dp" android:bottom="3dp"/>
<stroke android:width="3dip" android:color="#4fa5d5"/>
</shape>
但邊界似乎沒有完全靠近圖像:
任何人都知道如何使邊境堅守的形象呢?
感謝
改爲使用9補丁圖像。 – 2014-12-03 15:55:41
伸展圖像可以嗎? – 2014-12-03 16:00:19
9補丁作爲邊界?有個例子嗎? @SarthakMittal - 不... – Protostome 2014-12-03 16:03:46