Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發 >> 關於android開發 >> 圓形ImageView(可設置邊緣厚度和顏色)--第三方開源--CircleImageView,circleimageview

圓形ImageView(可設置邊緣厚度和顏色)--第三方開源--CircleImageView,circleimageview

編輯:關於android開發

圓形ImageView(可設置邊緣厚度和顏色)--第三方開源--CircleImageView,circleimageview


 

下載地址:https://github.com/hdodenhof/CircleImageView

 

使用的時候直接在xml中:

<de.hdodenhof.circleimageview.CircleImageView
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/profile_image"
    android:layout_width="96dp"
    android:layout_height="96dp"
    android:src="@drawable/profile"
    app:civ_border_width="2dp"
    app:civ_border_color="#FF000000"/>

 

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved