mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Removed butterknife from quiz activity (#5383)
This commit is contained in:
parent
d967279abc
commit
3118a8368b
3 changed files with 56 additions and 65 deletions
|
|
@ -11,9 +11,11 @@
|
|||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<include layout="@layout/toolbar"/>
|
||||
<include
|
||||
android:id="@+id/toolbar"
|
||||
layout="@layout/toolbar" />
|
||||
|
||||
<androidx.cardview.widget.CardView
|
||||
<androidx.cardview.widget.CardView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:cardCornerRadius="@dimen/activity_margin_horizontal"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue