Views_ImageButton

old/API_Demo 2010. 4. 21. 11:05

[image_button_1.xml]

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical">

    <ImageButton
     android:layout_width="100dip"
     android:layout_height="50dip"
     android:src="@android:drawable/sym_action_call" />
     
    <ImageButton
     android:layout_width="wrap_content"
     android:layout_height="wrap_content"
     android:src="@android:drawable/sym_action_chat" />
     
    <ImageButton
     android:layout_width="wrap_content"
     android:layout_height="wrap_content"
     android:src="@android:drawable/sym_action_email" />
</LinearLayout>

'old > API_Demo' 카테고리의 다른 글

Views_ImageView  (0) 2010.04.21
Views_ImageSwitcher  (0) 2010.04.21
Views_Grid_Photo Grid  (0) 2010.04.20
Views_Grid_Icon Grid  (0) 2010.04.20
Views_Gallery2_People  (0) 2010.04.20
Posted by jazzlife
,