mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Migrated Review Package to View Binding (#5604)
* Migrated Review Package to View Binding * fix
This commit is contained in:
parent
a45ab9cf16
commit
2a2780a4d2
5 changed files with 90 additions and 109 deletions
|
|
@ -20,7 +20,9 @@
|
|||
android:orientation="vertical"
|
||||
android:visibility="visible">
|
||||
|
||||
<include layout="@layout/toolbar" />
|
||||
<include
|
||||
android:id="@+id/toolbarBinding"
|
||||
layout="@layout/toolbar" />
|
||||
|
||||
|
||||
<androidx.appcompat.widget.AppCompatButton
|
||||
|
|
@ -123,4 +125,4 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
</androidx.drawerlayout.widget.DrawerLayout>
|
||||
</androidx.drawerlayout.widget.DrawerLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue