From 18cfc89fa414adb488beddb9b7afa6f399995e94 Mon Sep 17 00:00:00 2001 From: Ayan Sarkar <71203077+Ayan-10@users.noreply.github.com> Date: Mon, 31 May 2021 15:14:04 +0530 Subject: [PATCH] TextView blank issue fixed (#4416) * TextView blank issue fixed * minor issue fixed --- app/src/main/res/layout/fragment_achievements.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/fragment_achievements.xml b/app/src/main/res/layout/fragment_achievements.xml index f07a0118c..e6879eae8 100644 --- a/app/src/main/res/layout/fragment_achievements.xml +++ b/app/src/main/res/layout/fragment_achievements.xml @@ -341,12 +341,13 @@ app:layout_constraintLeft_toRightOf="@id/wikidata_edits_icon" app:layout_constraintTop_toTopOf="parent" app:layout_constraintBottom_toBottomOf="parent" - app:layout_constraintRight_toLeftOf="@id/images_nearby_info" + app:layout_constraintRight_toLeftOf="@id/images_nearby_info_icon" android:text="@string/statistics_wikidata_edits" />