DOPO
DOPO
same crash ` ChipsLayoutManager chipsLayoutManager = ChipsLayoutManager.newBuilder(this) .build(); rec.setLayoutManager(chipsLayoutManager);`
每次返回后间距变宽解决办法: ImageGridActivity.onImagesLoaded() 方法中的 `mRecyclerAdapter.setOnImageItemClickListener(this); mRecyclerView.setLayoutManager(new GridLayoutManager(this, 3)); mRecyclerView.addItemDecoration(new GridSpacingItemDecoration(3, Utils.dp2px(this, 2), false)); mRecyclerView.setAdapter(mRecyclerAdapter);` 移至onCreate() 中,adapter初始化后面就行
> @tjsky 个人也很关注风云4号这颗星,而且也初步研究了下它的接口。但是个人原因,预计会在明年这个时候完成开发~ 催更 😄
设置了对应属性 showCenterLabel: true, centerLabelPropertyName,没有效果 defaultStyle: { outlineColor: 'rgb(255,0,0)', lineWidth: 1, fill: false, tileCacheSize: 200, showMaker: true, showCenterLabel: true, pointSize: 15, ringRadius: 10, fontColor: 'rgba(255,0,0,1)', fontSize: 18, labelOffsetX: -10, labelOffsetY: -5,...
我这好像也是,图片不显示出来,然后滑出屏幕再滑回来才会显示
mHightLight.getHightLightView().findViewById(R.id.iv_known).setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { clickKnown(); } }); 这样写可以,你运行试试吧还会出其他问题,开始是空指针,你会解决的;弄好以后fragment来回切换还会出问题这个我也解决不了了