亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

Android中實現(xiàn)圖文并茂的按鈕實例代碼

 更新時間:2017年04月13日 11:37:42   作者:十行道人  
這篇文章主要介紹了Android中實現(xiàn)圖文并茂的按鈕實例代碼,代碼簡單易懂,非常不錯,需要的朋友可以參考下

效果圖如下所示:

代碼:

<LinearLayout
  android:orientation="horizontal"
  android:layout_width="match_parent"
  android:layout_height="0dp"
  android:layout_weight="2"
  android:gravity="center"
  android:background="#8fff" >
  <Button android:text="從業(yè)人員"
    android:textSize="12sp"
    android:textColor="#333"
    android:gravity="center_vertical|center_horizontal"
    android:id="@+id/unit_btn_cyry"
    android:layout_width="100dp"
    android:layout_height="40dp"
    android:padding="10dp"
    android:drawableLeft="@drawable/icon_cyry"
    android:background="@drawable/shape_both_corner_white"></Button>
  <Button android:text="相關(guān)人員"
    android:textSize="12sp"
    android:textColor="#333"
    android:gravity="center_vertical|center_horizontal"
    android:id="@+id/unit_btn_xgry"
    android:layout_width="100dp"
    android:layout_height="40dp"
    android:padding="10dp"
    android:layout_marginLeft="20dp"
    android:drawableLeft="@drawable/icon_xgry"
    android:background="@drawable/shape_both_corner_white"></Button>
</LinearLayout>

以上所述是小編給大家介紹的Android中實現(xiàn)圖文并茂的按鈕實例代碼,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復(fù)大家的。在此也非常感謝大家對腳本之家網(wǎng)站的支持!

相關(guān)文章

最新評論