田洋

Results 2 issues of 田洋

// provided 'de.robv.android.xposed:api:82' // provided 'de.robv.android.xposed:api:82:sources' provided files('libs/XposedBridgeApi-54.jar') setting like this, the androidstudio show the warning ,and the log of xpose installer has show as follow: cannot load module: The...

设置了监听写在ViewHolder里 @Override public View createView(Context context) { View view = LayoutInflater.from(context).inflate(R.layout.item_agent_apply, null); imageView = view.findViewById(R.id.agent_iv); tv_type = view.findViewById(R.id.tv_type); tv_num = view.findViewById(R.id.tv_num); textView52 = view.findViewById(R.id.textView52); textView53 = view.findViewById(R.id.textView53); textView55 = view.findViewById(R.id.textView55);...