0
A
回答
0
<FrameLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/imageView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="sliding banner here" />
<ImageView
android:id="@+id/slider_des"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center"
android:layout_marginTop="40dp"
android:hint="text"
android:paddingBottom="20dp"
/>
</FrameLayout>
上面的代碼可以修改,以實現你想要的!第一個imageview將用於你的位圖,第二個用於重疊圖像視圖,你可以放置透明png。
相關問題
- 1. 透明PNG掩蔽在AS3
- 2. 覆蓋PNG圖像保持透明
- 3. Android透明PNG不顯示爲透明
- 4. 覆蓋png中的透明度也使背景透明
- 5. Android - 使用另一個位圖掩蓋位圖
- 6. 使用PHP png圖像透明背景
- 7. DotNetNuke使用透明PNG圖像
- 8. 使PNG透明 - PHP
- 9. 背景上的Android PNG透明圖像
- 10. Winforms半透明PNG半透明PNG
- 11. 如何用KineticJS將另一個PNG圖像掩蓋PNG圖像?
- 12. Android PNG透明度問題
- 13. 順差是透明,同時使用PNG透明和不透明
- 14. PHP GD覆蓋JPG上的透明PNG
- 15. 將透明PNG轉換爲JPG時覆蓋透明度顏色
- 16. HTML PNG圖像透明
- 17. 透明PNG圖像與TImageList
- 18. php png圖像透明度
- 19. 透明PNG圖片框
- 20. 將透明PNG圖像轉換爲透明JPEG或透明GIF
- 21. 使用半透明紋理「掩蓋」出背景的一部分
- 22. Android:如何使位圖邊框透明?
- 23. 覆蓋當前位置頂部的透明PNG藍點
- 24. PNG透明度
- 25. GD透明PNG
- 26. CSS3透明掩模
- 27. Android透明度不適用於PNG
- 28. 透明位圖
- 29. ImageMagick的作物透明的圖片來掩蓋
- 30. Android動態透明圖像覆蓋
謝謝,但我不需要同時顯示它們,而不是從兩者中創建一個實際的圖像文件! – user2001951