Refactor : NotificationActivity uses ViewBinding. (#5606)

This commit is contained in:
Neel Doshi 2024-03-26 08:09:32 +05:30 committed by GitHub
parent c41940241b
commit 21fdd39d7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 36 additions and 66 deletions

View file

@ -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"