[問題] CoordinatorLayou問題已刪文
在CoordinatorLayout中放置viewpager 及TabLayout
遇到兩個問題
1.tab點了沒反應 但可以滑
2.list包了NestedScrollView 往下滑排版會超過上面tab
但覺得用了NestedScrollView 才不會list滑跟NestedScrollView上下滑衝突
myPagerAdapter myFragmentAdapter = new
myPagerAdapter(getSupportFragmentManager(), fragmentList, titleList);
myViewPager.setAdapter(myFragmentAdapter);
myViewPager.setOffscreenPageLimit(fragmentList.size());
tabLayout.setupWithViewPager(myViewPager);
tabLayout.setTabMode(TabLayout.MODE_FIXED);
for(int i=0;i<result.size();i++){
tabLayout.getTabAt(i).setText(result.get(i).getcname());
}
tabLayout.addOnTabSelectedListener(new
TabLayout.OnTabSelectedListener() {
@Override
public void onTabSelected(TabLayout.Tab tab) {
myViewPager.setCurrentItem(tab.getPosition());
Log.e("current",""+tab.getPosition());
}
@Override
public void onTabUnselected(TabLayout.Tab tab) {
}
@Override
public void onTabReselected(TabLayout.Tab tab) {
}
});
https://pastebin.com/ejHfzq3L
https://pastebin.com/mq4aemhX
https://imgur.com/a/j9Mra3K
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 42.72.182.148 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/AndroidDev/M.1573615963.A.EB2.html
※ 編輯: yatin1116 (42.72.182.148 臺灣), 11/13/2019 11:59:44
AndroidDev 近期熱門文章
PTT數位生活區 即時熱門文章