dodano kontekst layoutu - potrzebne do klasy CreateNote

This commit is contained in:
Naiki00 2021-02-11 01:24:22 +01:00
parent 9e211bc658
commit 02038af0ca

View File

@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@color/colorPrimary"> android:background="@color/colorPrimary"
tools:context=".CreateNote">
<ScrollView <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"