Searched refs:attachmentsRecyclerView (Results 1 – 1 of 1) sorted by relevance
56 RecyclerView attachmentsRecyclerView = findViewById(R.id.attachments_recycler_view); in onCreate() local57 attachmentsRecyclerView.setHasFixedSize(true); in onCreate()59 attachmentsRecyclerView.setAdapter(mAttachmentsRecyclerViewAdapter); in onCreate()