diff --git a/android/core/ui/src/main/res/drawable/ic_arrow_back.xml b/android/core/ui/src/main/res/drawable/ic_arrow_back.xml new file mode 100644 index 0000000..8868e96 --- /dev/null +++ b/android/core/ui/src/main/res/drawable/ic_arrow_back.xml @@ -0,0 +1,9 @@ + + + diff --git a/android/core/ui/src/main/res/drawable/ic_upload.xml b/android/core/ui/src/main/res/drawable/ic_upload.xml index c5fdbd9..9a0f7a7 100644 --- a/android/core/ui/src/main/res/drawable/ic_upload.xml +++ b/android/core/ui/src/main/res/drawable/ic_upload.xml @@ -4,10 +4,10 @@ android:viewportWidth="24" android:viewportHeight="24"> diff --git a/android/core/ui/src/main/res/values/themes.xml b/android/core/ui/src/main/res/values/themes.xml index 6146536..608e4c5 100644 --- a/android/core/ui/src/main/res/values/themes.xml +++ b/android/core/ui/src/main/res/values/themes.xml @@ -32,4 +32,10 @@ + + + \ No newline at end of file diff --git a/android/feature/home/src/main/res/layout/fragment_home.xml b/android/feature/home/src/main/res/layout/fragment_home.xml index 3b21623..a35aacb 100644 --- a/android/feature/home/src/main/res/layout/fragment_home.xml +++ b/android/feature/home/src/main/res/layout/fragment_home.xml @@ -14,15 +14,15 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - + app:title="@string/home" /> (R.layout.fragment_nickname) { + + override fun onViewCreated(view: View, savedInstanceState: Bundle?) { + super.onViewCreated(view, savedInstanceState) + } +} \ No newline at end of file diff --git a/android/feature/login/src/main/res/layout/fragment_nickname.xml b/android/feature/login/src/main/res/layout/fragment_nickname.xml new file mode 100644 index 0000000..80b7b4f --- /dev/null +++ b/android/feature/login/src/main/res/layout/fragment_nickname.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + \ No newline at end of file