diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-22 00:00:12 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-22 00:00:12 +0100 |
commit | 56f69f774bc2a7ef645169f85b89934255c29cf9 (patch) | |
tree | f6a41952dc69088d6d9c68b25887c5960ce5cd74 /app/src/main/res/values | |
parent | 94ab3bbeb21049ac1be128ee00dbae1570346123 (diff) |
API call and display on DetailTopMangaActivity.kt
Still need to find a way to call with the right ID.
Rn, using the id 1 of monster as a "placeholder"
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 100335d..311e39b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -17,17 +17,19 @@ <string name="score">00.00</string> <string name="synopsis">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</string> - <string name="text_mal_id">"MAL ID : "</string> - <string name="text_rank">"Rank : "</string> - <string name="text_score">"Score : "</string> + <string name="text_mal_id">"MAL ID "</string> + <string name="text_rank">"Rank "</string> + <string name="text_score">"Score "</string> <string name="volumes">000</string> - <string name="text_volumes">"Volumes : "</string> - <string name="text_chapters">"Chapters: "</string> + <string name="text_volumes">"Volumes "</string> + <string name="text_chapters">"Chapters "</string> <string name="chapters">0000</string> - <string name="text_start_date">"Start date : "</string> - <string name="text_end_date">"End date : "</string> + <string name="text_start_date">"Start date "</string> + <string name="text_end_date">"End date "</string> <string name="start_date">Jan 0000</string> <string name="end_date">Dec 0000</string> <string name="background">Cras molestie turpis at lorem rutrum vehicula. Fusce rutrum, enim sed laoreet semper, tortor quam semper dui, id bibendum lacus quam vitae neque.</string> + <string name="text_synopsis">Synopsis</string> + <string name="text_background">Background</string> </resources>
\ No newline at end of file |