From 496eff5e9bf0380253594ddf37a5743f6d250562 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Sat, 20 Feb 2021 18:10:38 +0100 Subject: Intents now working for top mangas --- .../main/res/layout/activity_detail_top_manga.xml | 54 ++++++++++++++++++++++ app/src/main/res/layout/item_layout.xml | 9 ++-- app/src/main/res/values/strings.xml | 8 ++-- 3 files changed, 62 insertions(+), 9 deletions(-) create mode 100644 app/src/main/res/layout/activity_detail_top_manga.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_detail_top_manga.xml b/app/src/main/res/layout/activity_detail_top_manga.xml new file mode 100644 index 0000000..3e74697 --- /dev/null +++ b/app/src/main/res/layout/activity_detail_top_manga.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_layout.xml b/app/src/main/res/layout/item_layout.xml index 5ef1c19..f904109 100644 --- a/app/src/main/res/layout/item_layout.xml +++ b/app/src/main/res/layout/item_layout.xml @@ -10,7 +10,6 @@ android:foreground="?selectableItemBackground" app:cardBackgroundColor="@color/black" app:cardCornerRadius="13dp"> - News Page Article Page Top Manga Page - Title - 0 - image + Title + 0 + image Image of manga Top Anime Page Top Anime - 00.00 + 00.00 \ No newline at end of file -- cgit v1.2.3