android:Button添加圖片

在button上添加圖片: android

  1. <Button   web

  2.       android:id="@+id/more_new_verson"   spa

  3.       android:gravity="center_vertical"    orm

  4.       android:paddingLeft="10dip"   圖片

  5.       android:paddingRight="18dip"    ip

  6.       android:background="@drawable/btn_rect_bottom_bg"    string

  7.       android:layout_width="fill_parent"   it

  8.       android:layout_height="wrap_content"    import

  9.       style="@style/settingTextView"   date

  10.       android:drawableRight="@drawable/right_to_blue"    

  11.       android:drawableLeft="@drawable/more_update"  

  12.       android:text="@string/more_title_update"  

  13.       />    

  14.         

  15.       <!-- point  

  16.           android:drawableRight="@drawable/right_to_blue"    

  17.           android:drawableLeft="@drawable/more_update"    -->  

能夠實如今button的左邊以及右邊添加圖片的效果。

相關文章
相關標籤/搜索