diff --git a/src/Notes-master/AndroidManifest.xml b/src/Notes-master/AndroidManifest.xml index e5c7d47..e09c342 100644 --- a/src/Notes-master/AndroidManifest.xml +++ b/src/Notes-master/AndroidManifest.xml @@ -1,28 +1,9 @@ - - - - - - + xmlns:tools="http://schemas.android.com/tools"> + + @@ -31,10 +12,31 @@ - + + android:allowBackup="true" + android:dataExtractionRules="@xml/data_extraction_rules" + android:fullBackupContent="@xml/backup_rules" + android:icon="@mipmap/ic_launcher" + android:label="@string/app_name" + android:roundIcon="@mipmap/ic_launcher_round" + android:supportsRtl="true" + android:theme="@style/Theme.Notesmaster" + tools:targetApi="31"> + + + + + + + + - - - - - + android:windowSoftInputMode="adjustPan" + android:exported="false"> - - - + android:theme="@style/NoteTheme" + android:exported="true"> + - - - + > + - - - - + android:label="@string/app_widget2x2" + android:exported="true"> - - + android:label="@string/app_widget4x4" + android:exported="true"> - - - + - - - - + + + + + + + + - + + + + + + + + - + \ No newline at end of file diff --git a/src/Notes-master/res/drawable/category_bg.xml b/src/Notes-master/res/drawable/category_bg.xml new file mode 100644 index 0000000..f9419de --- /dev/null +++ b/src/Notes-master/res/drawable/category_bg.xml @@ -0,0 +1,11 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/Notes-master/res/drawable/ic_launcher_background.xml b/src/Notes-master/res/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..07d5da9 --- /dev/null +++ b/src/Notes-master/res/drawable/ic_launcher_background.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Notes-master/res/drawable/ic_launcher_foreground.xml b/src/Notes-master/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 0000000..2b068d1 --- /dev/null +++ b/src/Notes-master/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/Notes-master/res/drawable/mi_logo_background.xml b/src/Notes-master/res/drawable/mi_logo_background.xml new file mode 100644 index 0000000..80c49d0 --- /dev/null +++ b/src/Notes-master/res/drawable/mi_logo_background.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/src/Notes-master/res/layout/activity_friend_management.xml b/src/Notes-master/res/layout/activity_friend_management.xml new file mode 100644 index 0000000..1a97657 --- /dev/null +++ b/src/Notes-master/res/layout/activity_friend_management.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/src/Notes-master/res/layout/activity_friend_note_edit.xml b/src/Notes-master/res/layout/activity_friend_note_edit.xml new file mode 100644 index 0000000..6dcf460 --- /dev/null +++ b/src/Notes-master/res/layout/activity_friend_note_edit.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Notes-master/res/layout/activity_friend_note_list.xml b/src/Notes-master/res/layout/activity_friend_note_list.xml new file mode 100644 index 0000000..39a42f7 --- /dev/null +++ b/src/Notes-master/res/layout/activity_friend_note_list.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/src/Notes-master/res/layout/activity_login.xml b/src/Notes-master/res/layout/activity_login.xml new file mode 100644 index 0000000..69a0139 --- /dev/null +++ b/src/Notes-master/res/layout/activity_login.xml @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +