【发布时间】:2011-09-09 23:15:30
【问题描述】:
我很难在LinearLayout 中同时拥有圆角和背景图像。
我知道我可以通过使用 shape drawable XML 来实现圆角,但如果我将 shape drawable 作为LinearLayout 的背景android:background=@drawable/rounded_corner,那么我无法指定任何图像用作背景。
如何在我的 LinearLayout 中同时获得带有背景图像的圆角? 任何帮助,将不胜感激。谢谢!
【问题讨论】:
标签: android android-layout xml-drawable