Removed butterknife from the quiz result activity (#5425)

This commit is contained in:
Paul Hawke 2024-01-10 08:03:08 -06:00 committed by GitHub
parent 94b2f891ab
commit 908d3c43a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 20 deletions

View file

@ -5,7 +5,9 @@
android:orientation="vertical"
android:layout_width="match_parent">
<include layout="@layout/toolbar"/>
<include
android:id="@+id/toolbar"
layout="@layout/toolbar"/>
<androidx.cardview.widget.CardView
android:layout_height="match_parent"
@ -24,16 +26,12 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
tools:context="fr.free.nrw.commons.quiz.QuizResultActivity"
android:id="@+id/quiz_result">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"