Skip to content

Commit

Permalink
Rename library layout #6
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Jul 2, 2016
1 parent 1358774 commit f0ee634
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void dismiss() {
@UiThread
private Dialog initBottomDialog(final Builder builder) {
final Dialog bottomDialog = new Dialog(builder.context, R.style.BottomDialogs);
View view = builder.activity.getLayoutInflater().inflate(R.layout.bottom_dialog, null);
View view = builder.activity.getLayoutInflater().inflate(R.layout.library_bottom_dialog, null);

ImageView vIcon = (ImageView) view.findViewById(R.id.bottomDialog_icon);
TextView vTitle = (TextView) view.findViewById(R.id.bottomDialog_title);
Expand Down

0 comments on commit f0ee634

Please sign in to comment.