diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-16 11:37:58 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-16 11:37:58 +0100 |
commit | 7288d5ae154f895d71727acc92828aa555e8108b (patch) | |
tree | 367d04058f951c24a1bc4778b85873df89bf67f8 /app/src/main/res/values/strings.xml | |
parent | 97ff499413e5dae958ac3741616e2ee84a188871 (diff) |
Starting to work on recycler view feature
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e076855..a16e804 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -13,4 +13,7 @@ <string name="news_page_label">News Page</string> <string name="article_page_label">Article Page</string> <string name="top_manga_page_label">Top Manga Page</string> + <string name="rv_title">Title</string> + <string name="rv_description">This is a description</string> + <string name="rv_image">image</string> </resources>
\ No newline at end of file |