diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e47f23f..7c69652 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_change_password.xml b/app/src/main/res/layout/content_change_password.xml new file mode 100644 index 0000000..be600c9 --- /dev/null +++ b/app/src/main/res/layout/content_change_password.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + \ 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 6d2746b..670b910 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -3,4 +3,5 @@ Settings SetPasswordActivity NotebookActivity + ChangePassword