2010. 4. 2. 18:26
버튼에 이미지 넣기
2010. 4. 2. 18:26 in 개발/모바일OS(안드로이드,아이폰,윈도모바일등)
<Button android:id="@+id/icon_button3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/main_menu_button"
android:drawableTop="@drawable/icon_memory"
android:text="@string/voca_memory_icon"
android:ellipsize="marquee"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="?android:attr/textColorPrimaryDisableOnly"
android:singleLine="true"
android:layout_marginBottom="35dip"
android:paddingTop="30dip" android:focusable="false"/>