我需要在imageview的左側放置一條橙色線。我把「辛苦」和它的作品:Android將xml中的左邊框放在圖片上可繪製
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="5dp" >
<LinearLayout
android:layout_width="5dp"
android:layout_height="fill_parent"
android:background="#FF7F24" >
</LinearLayout>
<ImageView
android:id="@+id/image1"
android:layout_width="50dp"
android:layout_height="60dp"
/>
</LinearLayout>
有辦法做到使用圖像以可抽拉的XML文件這樣的效果的情況下直接使用linearlayouts?
感謝您的幫助!
感謝,如果我不沒有找到任何其他方式來做到這一點我保留這個解決方案 – David