diff --git a/app/src/main/res/layout/create_note.xml b/app/src/main/res/layout/create_note.xml index 70b83f8..be92219 100644 --- a/app/src/main/res/layout/create_note.xml +++ b/app/src/main/res/layout/create_note.xml @@ -4,7 +4,8 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/colorPrimary"> + android:background="@color/colorPrimary" + tools:context=".CreateNote">