Use view binding in ErrorActivity.
This commit is contained in:
parent
9c7e1ecfa0
commit
2c5d9ee1a9
2 changed files with 25 additions and 35 deletions
|
|
@ -5,7 +5,9 @@
|
|||
android:layout_height="match_parent"
|
||||
tools:context=".report.ErrorActivity">
|
||||
|
||||
<include layout="@layout/toolbar_layout" />
|
||||
<include
|
||||
layout="@layout/toolbar_layout"
|
||||
android:id="@+id/toolbar_layout"/>
|
||||
|
||||
<ScrollView
|
||||
android:id="@+id/scrollView"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue