Android 5.0 聯系人應用的一個實現:RoundedLetterView

jopen 10年前發布 | 30K 次閱讀 Android開發 移動開發 RoundedLetterView

RoundedLetterView一個類似于Android 5.0 聯系人應用的實現。

RoundedLetterView

Attributes to choose from:

  • titleText - The text in the first row.
  • titleSize - The size of the first row text.
  • titleColor - The color of the first row text.
  • backgroundColorValue - the color between the circle and the stroke.

示例

 <gr.vanderbox.roundedletterview.RoundedLetterView
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:id="@+id/rlv_name_view"
        android:layout_width="56dp"
        android:layout_height="56dp"
        android:layout_marginStart="15dp"
        app:backgroundColorValue="@color/green"
        app:titleColor="@android:color/white"
        app:titleSize="35dp"
        app:titleText="A" />

項目主頁:http://www.baiduhome.net/lib/view/home/1416301770383

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!