首页 > TAG信息列表 > viewId

SearchView

去除下划线 val viewid = searchview.findViewById<View>(R.id.search_plate) if (viewid != null) { viewid.setBackgroundColor(Color.TRANSPARENT) } <androidx.constraintlayout.widget.ConstraintLayout android:id="@+i

RecyclerView && QuickAdapter

RecyclerView 添加横线 eg:DiagnosisFragment.java mIdentityRecyclerView.addItemDecoration(new ItemDecoration() .setDivider(IS_NIGHT_MODE ? new ColorDrawable(getResources().getColor(R.color.c_000000)) : new ColorDrawable(getResources().getColo

RecyclerView 通用适配器

 原文地址:https://www.jianshu.com/p/82a74c9ccba5 public abstract class RVBaseAdapter<T> extends RecyclerView.Adapter<RVBaseAdapter.CommonViewHolder> { protected List<T> mBeans; protected Context mContext; protected boolean mAnimate

MS CRM 2011 中JS控制Lookup筛选

原文链接:http://www.cnblogs.com/Republic/archive/2011/08/26/2155083.html   function addCityCustomView(viewId, entityName, viewDisplayName) {var oProvince = Xrm.Page.data.entity.attributes.get("sinochem_province");var parentI

RemoteViews 内存溢出解决方法

RemoteViews 内存溢出1、RemoteViews内存溢出原因2、解决办法2.1贴一下我的代码 1、RemoteViews内存溢出原因     我们使用大致是这几种方法来设置图片。 Android\Sdk\sources\android-25\android\widget\RemoteViews.java /** * Equivalent to calling ImageVie