From e79bf68553676c9be09f4616aadcd522149c506e Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Mon, 22 Feb 2021 19:51:27 +0100 Subject: Detail is now working for animes --- .../main/res/layout/activity_detail_top_anime.xml | 287 +++++++++++++++++++++ app/src/main/res/values/strings.xml | 2 + 2 files changed, 289 insertions(+) create mode 100644 app/src/main/res/layout/activity_detail_top_anime.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_detail_top_anime.xml b/app/src/main/res/layout/activity_detail_top_anime.xml new file mode 100644 index 0000000..6afa6ad --- /dev/null +++ b/app/src/main/res/layout/activity_detail_top_anime.xml @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index a730c17..bb9520a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -33,5 +33,7 @@ Background "More info at" https://myanimelist.net/media/id/name + "Episodes " + 0000 \ No newline at end of file -- cgit v1.2.3