diff options
Diffstat (limited to 'app/src/main/res/layout/top_anime_page.xml')
-rw-r--r-- | app/src/main/res/layout/top_anime_page.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/top_anime_page.xml b/app/src/main/res/layout/top_anime_page.xml index 4bcc377..4f86dc7 100644 --- a/app/src/main/res/layout/top_anime_page.xml +++ b/app/src/main/res/layout/top_anime_page.xml @@ -5,7 +5,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".topanime.TopAnimePage" + tools:context=".anime.topanime.TopAnimePage" android:background="@color/very_dark_purple"> <androidx.swiperefreshlayout.widget.SwipeRefreshLayout |