RecyclerView not appearing
问题 Hi I just set up this RecyclerView and can't find what's wrong. Thanks in advance. I'm sure the RecyclerView is showing up though their is a faint shade on the main activity screen where I can pull down and pull up. I think the problem may revolve around this part of my line activity: getSupportActionBar().setTitle(null); recyclerView = (RecyclerView) findViewById(R.id.line_list); adapter=new MyAdapter(getApplicationContext(),getData()); recyclerView.setAdapter(adapter); recyclerView