dodano informację o aktywności tworzenia notatki - klasa CreateNote

This commit is contained in:
Naiki00 2021-02-11 01:58:48 +01:00
parent fb217a71ae
commit 9f240677b6

View File

@ -9,6 +9,9 @@
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.Notatkon"> android:theme="@style/Theme.Notatkon">
<activity
android:name=".CreateNote"
android:screenOrientation="portrait" />
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:label="@string/app_name" android:label="@string/app_name"