mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Refactor : NotificationActivity uses ViewBinding. (#5606)
This commit is contained in:
parent
c41940241b
commit
21fdd39d7c
3 changed files with 36 additions and 66 deletions
|
|
@ -11,7 +11,9 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<include layout="@layout/toolbar"/>
|
||||
<include
|
||||
android:id="@+id/toolbar"
|
||||
layout="@layout/toolbar"/>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/container"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue