mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Removed butterknife from the quiz result activity (#5425)
This commit is contained in:
parent
94b2f891ab
commit
908d3c43a4
2 changed files with 20 additions and 20 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue