Skip to content

songkailei/android-shape-imageview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d1b1a3a · Sep 18, 2015

History

6 Commits
Sep 18, 2015
Sep 18, 2015
Sep 18, 2015
Sep 18, 2015
Sep 18, 2015
Sep 18, 2015
Sep 18, 2015
Sep 18, 2015
Sep 18, 2015
Sep 18, 2015
Sep 18, 2015
Sep 18, 2015
Sep 18, 2015
Sep 18, 2015
Sep 18, 2015
Sep 18, 2015

Repository files navigation

android-shape-imageview

微信,QQ等聊天图片样式

Based on: https://github.com/siyamed/android-shape-imageview

效果图:

image

使用:

   
<com.github.siyamed.shapeimageview.BubbleImageView
    xmlns:tools="http://schemas.android.com/tools"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:contentDescription="图片内容"
    android:adjustViewBounds="true"
    android:clickable="true"
    android:scaleType="fitXY"
    app:siTriangleHeight="8dp"
    app:siRadius="12dp"
    app:siArrowPosition="right"/>
   

About

安卓微信,QQ等聊天图片样式

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages