Use view binding in DownloadActivity.
This commit is contained in:
parent
02f7f1d501
commit
54b45404a0
2 changed files with 11 additions and 6 deletions
|
|
@ -3,7 +3,9 @@
|
|||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<include layout="@layout/toolbar_layout" />
|
||||
<include
|
||||
layout="@layout/toolbar_layout"
|
||||
android:id="@+id/toolbar_layout" />
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/frame"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue