2010年6月2日星期三

使用XML定義為按鈕(Button)添加圖像

只需要增加"android:drawableTop", "android:drawableBottom", "android:drawableLeft"或"android:drawableRight"便可以.
例子: android:drawableLeft="@drawable/icon"

為按鈕(Button)添加圖像

<Button android:id="@+id/myIconButton"
android:drawableLeft="@drawable/icon"
android:text="My Icon Button"
android:layout_gravity="center_horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</Button>




沒有留言:

發佈留言