Skip to content

Commit

Permalink
Update MainActivity_RecyclerView.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kot331107 authored Jun 13, 2016
1 parent b4f41c7 commit c0be113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private void initRecyclerViewItems() {
//String admobUnitId = getResources().getString(R.string.banner_admob_unit_id);
//adapterWrapper.setAdmobReleaseUnitId(admobUnitId);

rvMessages.setAdapter(adapterWrapper); // setting an AdmobRecyclerAdapterWrapper to a ListView
rvMessages.setAdapter(adapterWrapper); // setting an AdmobRecyclerAdapterWrapper to a RecyclerView

//preparing the collection of data
final String sItem = "item #";
Expand Down

0 comments on commit c0be113

Please sign in to comment.