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"

View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors:
* Winston Sung
-->
<resources>
<string name="crash_dialog_title">同享壞咗</string>
<string name="crash_dialog_text">哎呀。出咗錯!</string>
<string name="crash_dialog_ok_toast">多謝你!</string>
</resources>