Results 10 comments of Kenneth

@Mr-JinFei 带着两个后缀的地址,都是订阅地址。 例如:http://superdanny.link/atom.xml,去掉`atom.xml`就可以到主页了。

@Sanjay-F 你处理好这个问题了吗?

@rockerhieu Still no handle `android:lineSpacingExtra="10sp"` ![image](https://cloud.githubusercontent.com/assets/3237000/6477080/cdd53872-c259-11e4-83da-8388d052936e.png)

you can use `android:textCursorDrawable="@null"` in your `EmojiconEditText`

``` xml ``` 如上,如果这样设置一条线,也不会更换这条线的颜色

# 在家里用基友的手机debug 了一下,在com.zhy.changeskin.base.BaseSkinActivity#createViewFromTag中判断 View 的方式,还是有点问题,View和其他控件不在一个包下,所以改成这样了。 ``` java private View createViewFromTag(Context context, String name, AttributeSet attrs) { try { mConstructorArgs[0] = context; mConstructorArgs[1] = attrs; if (-1 == name.indexOf('.')) { //...

自己写函数 调用 wheelView.smoothScrollTo(int position)

> > 自己写函数 调用 wheelView.smoothScrollTo(int position) > > 是可以调用这个来实现自动滚到指定的位置。 反馈个问题哈,如果通过快速点击调用`smoothScrollTo`,因为`ValueAnimator`多个执行,会滚动混乱。

同问题,会滚动到未知位置。