From cf602f7a5bf8b09eb307852f458375d1a9a30d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Gabriel?= <56049250+tavieto@users.noreply.github.com> Date: Wed, 30 Jun 2021 05:05:59 -0300 Subject: [PATCH] Update tools:context The line was referencing a file that doesn't exist in the project. The correct game class is "GameFragment". --- .../app/src/main/res/layout/fragment_game.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AndroidTrivia-Starter/app/src/main/res/layout/fragment_game.xml b/AndroidTrivia-Starter/app/src/main/res/layout/fragment_game.xml index 4c0a4e38d..50407a190 100755 --- a/AndroidTrivia-Starter/app/src/main/res/layout/fragment_game.xml +++ b/AndroidTrivia-Starter/app/src/main/res/layout/fragment_game.xml @@ -17,7 +17,7 @@ + tools:context="com.example.android.navigation.GameFragment"> @@ -134,4 +134,4 @@ app:layout_constraintTop_toBottomOf="@+id/questionRadioGroup" /> - \ No newline at end of file +