-
-
`
//跑马灯
mMarqueeView = (MarqueeView)
getView().findViewById(R.id.marqueeView);mMarqueeView.startWithList(tips);
mMarqueeView.startWithList(tips, R.anim.ani…
-
-
初次的第一条数据开始动画的时候直接隐藏 过渡不对 是不是有问题?
-
https://github.com/airbnb/paris/blob/dac749254462c2e4eaa6ee899afcf97753a8facd/sample/src/main/java/com/airbnb/paris/sample/MarqueeView.java#L46
Can you add an annotation `@Layout` for view class to…
-
fragment来回切换的时候会经常出现重叠字
-
-
pod search marqueeview
――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
### Command
```
/Users/jack/.rvm/gems/ruby-2.4.0/bin/pod search marqueeview
```
#…
-
Android dependency 'com.android.support.constraint:constraint-layout' has different version for the compile (1.0.2) and runtime (1.1.0) classpath. You should manually set the same version via Dependen…
-
异常日志:
```
java.lang.NullPointerException: Attempt to write to field 'int android.support.v7.widget.RecyclerView$ViewHolder.mItemViewType' on a null object reference
…