• Stars
    star
    378
  • Rank 113,272 (Top 3 %)
  • Language
    Java
  • License
    MIT License
  • Created over 7 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android composition avatar. 仿QQ讨论组头像

CompositionAvatar

Android composition avatar

仿QQ讨论组头像

  • 基础

 基础

  • 动态增减图像

    动态

  • 动态设置间距

    动态

  • 动画图像

    动画

  • Drawable状态(如点击状态)(selector)

    状态

  • 矢量图

    状态

使用

  1. 添加 JitPack 仓库地址到项目构建文件 - build.gradle:

    allprojects {
      repositories {
        ...
        maven { url 'https://jitpack.io' }
      }
    }
  2. 添加依赖:

    dependencies {
      compile 'com.github.YiiGuxing:CompositionAvatar:v1.0.4'
    }
  3. xml 上使用:

    <cn.yiiguxing.compositionavatar.CompositionAvatarView
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:layout_width="100dp"
        android:layout_height="wrap_content"
        app:fitType="CENTER"
        app:gap="0.25"/>
        <!-- 默认fitType为CENTER -->
        <!-- 默认gap为0.25 -->

    详细请看 sample