diff --git a/README.md b/README.md index 6c08d8e..ab05541 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ amazing recyclerview with strangegridlayout and item present animation. -***control in your code*** +### how to use ```java RecyclerView recyclerView=findViewById(R.id.recyclerview); StaggeredGridLayoutManager staggeredGridLayoutManager=new StaggeredGridLayoutManager(3, StaggeredGridLayoutManager.VERTICAL); @@ -12,7 +12,7 @@ amazing recyclerview with strangegridlayout and item present animation. recyclerView.setHasFixedSize(true); recyclerView.setAdapter(new MyAdapter()); ``` -***recyclerview adapter implementation*** + ```java public int getItemViewType(int position) {