diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-19 18:30:06 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-19 18:30:06 +0100 |
commit | c8a84acbec91678c14e23d8dfed20f26d9d0361e (patch) | |
tree | e6067e89a71ac86a677150680476633c518da5f0 /app/src/main/res/layout/top_manga_page.xml | |
parent | cd37b807397b50b8e9c45389fc04679998e628db (diff) |
Moving TopManga files into their own subdir
Diffstat (limited to 'app/src/main/res/layout/top_manga_page.xml')
-rw-r--r-- | app/src/main/res/layout/top_manga_page.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/top_manga_page.xml b/app/src/main/res/layout/top_manga_page.xml index ba19596..95c9161 100644 --- a/app/src/main/res/layout/top_manga_page.xml +++ b/app/src/main/res/layout/top_manga_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=".TopMangaPage" + tools:context=".topmanga.TopMangaPage" android:background="@color/very_dark_purple"> <androidx.recyclerview.widget.RecyclerView |