diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index b75d80b..e47f23f 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -10,10 +10,14 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
+
+ android:theme="@style/AppTheme.NoActionBar" />
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/content_notebook.xml b/app/src/main/res/layout/content_notebook.xml
new file mode 100644
index 0000000..6f2fda4
--- /dev/null
+++ b/app/src/main/res/layout/content_notebook.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 292d71d..6d2746b 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -2,4 +2,5 @@
Encrypted Notebook
Settings
SetPasswordActivity
+ NotebookActivity