mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
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:
parent
7b63185d5a
commit
2076bf9b29
15 changed files with 246 additions and 355 deletions
|
|
@ -67,7 +67,7 @@
|
|||
app:elevation="@dimen/dimen_6" />
|
||||
|
||||
<include
|
||||
android:id="@+id/bottom_sheet_details"
|
||||
android:id="@+id/bottom_sheet_details_binding"
|
||||
layout="@layout/bottom_sheet_details_explore" />
|
||||
|
||||
<ProgressBar
|
||||
|
|
@ -78,4 +78,4 @@
|
|||
android:visibility="gone"
|
||||
app:elevation="@dimen/dimen_6" />
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue