【发布时间】:2011-10-28 11:37:04
【问题描述】:
我正在尝试使用 9-patch 技术来创建按钮。
在 Eclipse 的 Layout Window 中看起来几乎很棒
当我在模拟器中运行它时,它显示如下:
这是实际的 PNG 图片
选择器 XML
<item android:drawable="@drawable/splash_facebook_button" />
布局中的按钮代码
<Button
android:id="@+id/button1"
android:layout_width="208dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="20dip"
android:background="@drawable/splash_facebook_button_selector"
android:text="Sign up with Facebook" />
【问题讨论】:
标签: android button selector nine-patch