From 13fdfd28b10cdac6e5b901d3947ba02fa744df4b Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Fri, 19 Feb 2021 20:33:21 +0100 Subject: Adding scores to the recyclerview layout. --- app/src/main/res/layout/item_layout.xml | 13 ++++++++++++- app/src/main/res/values/strings.xml | 16 +--------------- 2 files changed, 13 insertions(+), 16 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/item_layout.xml b/app/src/main/res/layout/item_layout.xml index 32bea24..8d7a792 100644 --- a/app/src/main/res/layout/item_layout.xml +++ b/app/src/main/res/layout/item_layout.xml @@ -26,7 +26,7 @@ app:layout_constraintTop_toTopOf="parent" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" - android:src="@mipmap/ic_launcher_round" + android:src="@mipmap/ic_launcher" android:contentDescription="@string/rv_image" /> + \ 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 403a883..636de76 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -18,20 +18,6 @@ Image of manga Top Anime Page Top Anime - - - Dragon Ball - Naruto - Fairy Tail - Shokugeki no Souma - Ajin - Komi-san no Komyushu - Hunter x Hunter - Detective Conan - Swortd Art Online - Scumbag Loser - Ana Satsujin - Samurai Deeper Kyou - + 00.00 \ No newline at end of file -- cgit v1.2.3