我在Iphone GUI PSD集合中看到了this bar,想要在我的Android应用程序中添加它。 我创建了透明的png图像(用于阴影)并使用此png像平铺背景一样用于我的布局:
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/tile" android:tileMode="repeat" />
当然它有效......但问题是如何使其可调整大小?我想要的是使用这种布局(具有不同的文本大小)绘制不同的标签...所以它必须具有wrap_cotent高度。可能吗?请帮忙......