1
This commit is contained in:
@@ -210,7 +210,7 @@ public class Main1Fragment extends BaseFragment<FragmentMain1Binding> implements
|
||||
* <p>
|
||||
* See the Android Training lesson <a href=
|
||||
* "http://developer.android.com/training/basics/fragments/communicating.html"
|
||||
* >Communicating with Other Fragments</a> for more information.
|
||||
* >Communicating with Other Fragments</a> for more in+formation.
|
||||
*/
|
||||
public interface OnFragmentInteractionListener {
|
||||
// TODO: Update argument type and name
|
||||
@@ -282,6 +282,7 @@ public class Main1Fragment extends BaseFragment<FragmentMain1Binding> implements
|
||||
mDataBinding.recyView.requestFocus(); //设置焦点不需要
|
||||
}
|
||||
|
||||
|
||||
private void addRecycleVerization(ArrayList<Advertorial_listEntity> lsit) {
|
||||
mDataBinding.maincontrol.setVisibility(View.VISIBLE);
|
||||
BaseRecycleViewAdapter baseRecycleViewAdapter = (BaseRecycleViewAdapter) mDataBinding.recyView.getAdapter();
|
||||
|
||||
Reference in New Issue
Block a user