我正在尝试使用 9-patch 技术来创建按钮。
它在 Eclipse 的布局窗口中看起来几乎很棒
当我在模拟器中运行它时,它显示如下:
这是实际的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" />