Migrated Explore Package From Butterknife to ViewBinding (#5592)

* Butterknife to ViewBinding
* code cleanup and tests migrated to binding
* tests fixed
* adjustments and code cleanup
This commit is contained in:
Shashank Kumar 2024-03-12 02:18:37 +05:30 committed by GitHub
parent 7b63185d5a
commit 2076bf9b29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 246 additions and 355 deletions

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>