tweak reminder jedi mind tricks

// FREEBIE
This commit is contained in:
Jake McGinty
2015-10-26 12:13:12 -07:00
parent 35bcd30b24
commit 285bd3de0e
8 changed files with 11 additions and 25 deletions

View File

@@ -41,7 +41,7 @@ public class ReminderView extends LinearLayout {
private void initialize() {
LayoutInflater.from(getContext()).inflate(R.layout.reminder_header, this, true);
container = ViewUtil.findById(this, R.id.container);
container = ViewUtil.findById(this, R.id.container);
closeButton = ViewUtil.findById(this, R.id.cancel);
title = ViewUtil.findById(this, R.id.reminder_title);
text = ViewUtil.findById(this, R.id.reminder_text);