move all fragments into the fragments package

This commit is contained in:
2020-10-15 19:01:37 +02:00
parent fa6419bb02
commit a8dc243d0e
13 changed files with 21 additions and 21 deletions

View File

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#f5f5f5"
tools:context=".ui.account.AccountFragment">
tools:context=".ui.fragments.AccountFragment">
<ScrollView
android:layout_width="match_parent"

View File

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#f5f5f5"
tools:context=".ui.home.HomeFragment">
tools:context=".ui.fragments.HomeFragment">
<TextView
android:id="@+id/text_home"

View File

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#f5f5f5"
tools:context=".ui.library.LibraryFragment">
tools:context=".ui.fragments.LibraryFragment">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_media_library"

View File

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#f5f5f5"
tools:context=".ui.MediaFragment">
tools:context=".ui.fragments.MediaFragment">
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"

View File

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#f5f5f5"
tools:context=".ui.search.SearchFragment">
tools:context=".ui.fragments.SearchFragment">
<SearchView
android:id="@+id/search_text"