9パッチテクニックを使用してボタンを作成しようとしています。
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" />