-3
Q
按鈕與陰影和繪製
A
回答
0
使用在您的視圖的背景。
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="oval">
<solid android:color="@color/grey"/>
<!--shadow Color-->
</shape>
</item>
<item
android:left="0dp"
android:right="0dp"
android:top="0dp"
android:bottom="3dp">
<shape android:shape="oval">
<solid android:color="@color/white"/>
//background color
</shape>
</item>
</layer-list>
+0
謝謝,但我想設置繪圖與pic作爲背景像上面的圖片 –
相關問題
- 1. 繪製陰影
- 2. EXC_BAD_ACCES繪製陰影
- 3. CSS繪製形狀與陰影
- 4. Android按鈕,帶陰影的可繪製xml
- 5. 如何繪製Windows 7任務欄(如陰影按鈕)
- 6. 繪製多個文本按鈕爲Android,內陰影
- 7. 用陰影色繪製UIlabel
- 8. 圍繞NSImageView繪製陰影
- 9. 繪製陰影的UITableViewCell
- 10. 使用funcanimation繪製陰影
- 11. 繪製陰影難度
- 12. 陰影與CSS梯形形狀按鈕
- 13. 按鈕與衰落陰影的Android
- 14. UICollectionViewCell繪製陰影和綁定
- 15. 在UIImage上繪製邊框和陰影
- 16. React Native Android按鈕陰影
- 17. Android按鈕邊框陰影
- 18. WPF按鈕(圖像和標籤)陰影
- 19. 漸變和陰影的按鈕
- 20. 使用Plots.jl繪製多個陰影陰影
- 21. 如何在Android 2.2中繪製或繪製陰影繪畫?
- 22. 透明形狀的繪製陰影
- 23. 剪輯後無法繪製陰影
- 24. 在iOS上繪製陰影矩形
- 25. 繪製大量重疊的2D陰影
- 26. UIView的陰影繪製錯誤
- 27. 在JfreeChart中繪製模糊的陰影?
- 28. 手動繪製使用CoreGraphics的陰影?
- 29. 繪製Matlab中陰影線的偏差
- 30. 使用CoreGraphics繪製內部陰影
不要只是重複相同的文字很多時間,避免SO限制 – litelite
而且,那你試試? – litelite