作者: 昭杏之念 | 来源:发表于2017-12-07 15:01 被阅读0次

#SharpView gitgub地址这是一个自定义控件,带有微信聊天尖角。目前有TextView,LinearLayout,RelativeLayout.## 效果

## Import```java Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects {repositories {...maven { url "https://jitpack.io" }}}Step 2. Add the dependencydependencies {        compile 'com.github.zengzhaoxing:SharpView:v2.0.0'}```## Maven```javaStep 1.jitpack.iohttps://jitpack.ioStep 2. Add the dependencycom.github.zengzhaoxingSharpViewv2.0.0```* 自定义属性name | format | instructions-----|------|----radius    | dimension    | radius of the view cornerbackgroundColor  | color    | backgroundColorarrowDirection    | enum    | the sharp location,can be one of the(top,left,right,bottom)relativePosition  | relativePosition| relative position of the sharpsharpSize    | dimension    | sharp length## 使用* 1.In the XML```java```

* 2.In the code

```java

SharpLinearLayout sharpLinearLayout = (SharpLinearLayout) findViewById(R.id.sharp_ll);

//get the SharpViewRenderProxy of the sharpView to refresh sharp

sharpLinearLayout.getRenderProxy().setArrowDirection(SharpView.ArrowDirection.BOTTOM);

sharpLinearLayout.getRenderProxy().setSharpSize(50);

sharpLinearLayout.getRenderProxy().setRelativePosition(0.8f);

sharpLinearLayout.getRenderProxy().setRadius(20);

sharpLinearLayout.getRenderProxy().setBackgroundColor(0xff000000);

```

相关文章

  • 自*自*

    本来想回顾一下我人生的终极理想,但忘了老话咋说,就不讲了。 那我干些什么好呢? 读首诗吧(惯用语言,却连第一首诗都...

  • 【自自】

    【自自】 最近觉得自己离死亡很近 身边的人很丧 他们想要杀掉自己 在盆友圈的死亡倒计时里 在阴蒙的天气来一场秋日野...

  • 自言自

    本来想要看部电影,然后再写个观后感。搜到打开“茶花女”,却发现自己根本看不进去,也许是因为在上班的原因。还是打开...

  • 自醒自悟自慎

    改变不了别人,但可以改变你自己。

  • 自浊自清自安然

    前段时间,就淘了一本郭德纲的书……空闲时看看,颇有感触…… 在旅游圈的十年,总觉自己太顺利了,身边的领导和...

  • 自歌自舞自开怀

    自歌自舞自开怀 焦小桥 东北的春天,风儿如跌宕起伏的交响曲,任性逍遥。仙气十足的冰凌花和菟葵,漫山遍野盛开着,融化...

  • 自题诗:自描自画

    一 我这人 方方正正 一身汉字血统 所以 平生不忘 用黄皮肤 裹紧世界的骨骼 用黑眼睛 洞穿人性的黑暗 二 我这人...

  • 自增、自减

    var a = 20; var b = --a + 2; console.log(a);//19 console....

  • 自梦自圆

    心中有梦自然会有方向,哪怕一个小小的梦也会一直在征途上。 自己的梦自己圆,自己走过的路自己负责,没有任何人会真...

  • 自说自画

    O 無花果的剖白 吃瓜果子有旁白 ——-心乱着呀 ——-内在很不成熟嘛 ——-那瓣心给谁啃了 ——-劈开更像一...

网友评论

      本文标题:

      本文链接:https://www.haomeiwen.com/subject/cvidixtx.html