diff options
| author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-19 20:33:21 +0100 | 
|---|---|---|
| committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-19 20:33:21 +0100 | 
| commit | 13fdfd28b10cdac6e5b901d3947ba02fa744df4b (patch) | |
| tree | ae8a23f78c410a6afe9d4d619069d9de103197c7 /app/src/main/res/values | |
| parent | 485d3ca989bd4cce1788eae17bcc7587d5ef2c90 (diff) | |
Adding scores to the recyclerview layout.
Diffstat (limited to 'app/src/main/res/values')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 16 | 
1 files changed, 1 insertions, 15 deletions
| diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 403a883..636de76 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -18,20 +18,6 @@      <string name="manga_image_content_description">Image of manga</string>      <string name="top_anime_page_label">Top Anime Page</string>      <string name="top_anime">Top Anime</string> - -    <string-array name="manga_array"> -        <item>Dragon Ball</item> -        <item>Naruto</item> -        <item>Fairy Tail</item> -        <item>Shokugeki no Souma</item> -        <item>Ajin</item> -        <item>Komi-san no Komyushu</item> -        <item>Hunter x Hunter</item> -        <item>Detective Conan</item> -        <item>Swortd Art Online</item> -        <item>Scumbag Loser</item> -        <item>Ana Satsujin</item> -        <item>Samurai Deeper Kyou</item> -    </string-array> +    <string name="rv_score">00.00</string>  </resources>
\ No newline at end of file | 
