美文网首页
recyclerView 键盘

recyclerView 键盘

作者: 奋斗小威 | 来源:发表于2017-07-28 12:51 被阅读0次

    AndroidManifest设置Activity的软键盘状态 android:windowSoftInputMode="stateHidden|adjustResize"

    //设置布局管理器

    LinearLayoutManager mManager = new LinearLayoutManager(mContext);

    mManager.setStackFromEnd(true); //关键

    recyclerView.setLayoutManager(mManager);

    相关文章

      网友评论

          本文标题:recyclerView 键盘

          本文链接:https://www.haomeiwen.com/subject/ihwxlxtx.html