From 5bd2e3f7d89a2ef624a520064e4711a59755d900 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Fri, 14 May 2021 08:23:41 +0200 Subject: Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da5ecc0..85d9d4d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ I'm not adding the "multiple pages" feature to the search section because I assu ## API Multiple calls of the REST API from jikan.moe. Usage of : + + /v3/top/manga + /v3/top/anime + /v3/manga @@ -35,6 +36,7 @@ Usage of ScrollView in the detail page. Thus, items with long synopsis and backg ## Design Used my "personal" theme colors for the app. It consists of some colors of the pink/purple "family" : + + very dark purple : #09022A + very light magenta : #FF70FF + strong pink : #D52C70 -- cgit v1.2.3 ange='this.form.submit();'> Yet another android myanimelist client
summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/navigation/nav_graph.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-20Update README.mdClyhtsuriva1-2/+2
2021-05-19Update README.mdClyhtsuriva1-3/+3
2021-05-19Update README.mdClyhtsuriva1-1/+1
2021-05-19Update README.mdClyhtsuriva1-8/+10
2021-05-19Update README.mdClyhtsuriva1-1/+2
2021-05-19Update README.mdClyhtsuriva1-8/+7
2021-05-19Update README.mdrelease/3.2.1Clyhtsuriva1-6/+21
2021-05-19Big updaterelease/3.2Clyhtsuriva55-235/+193
2021-05-19Update README.mdClyhtsuriva1-1/+5
2021-05-14Update README.mdClyhtsuriva1-1/+3
2021-05-14Update README.mdClyhtsuriva1-0/+23
2021-05-14Update README.md and adding logo onto the main screenrelease/3.1Clyhtsuriva2-10/+13
2021-05-14Singletons on all pages : OKClyhtsuriva6-125/+81
2021-05-14Singletons : DetailTopManga : OKClyhtsuriva2-21/+49
2021-05-14Addedd Singletons for TopManga.Clyhtsuriva3-23/+43