Migrated CategoryDetailsActivity , MainActivity to View Binding (#5595)

* Butterknife to ViewBinding
* code fix to pass all tests
This commit is contained in:
Shashank Kumar 2024-03-20 05:51:51 +05:30 committed by GitHub
parent 23492ab11f
commit 8df0055a5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 116 additions and 116 deletions

View file

@ -15,7 +15,9 @@
android:layout_height="wrap_content"
android:background="?attr/mainBackground">
<include layout="@layout/toolbar"/>
<include
android:id="@+id/toolbarBinding"
layout="@layout/toolbar"/>
<com.google.android.material.tabs.TabLayout
android:id="@+id/tab_layout"
@ -44,4 +46,4 @@
android:layout_below="@id/toolbar_layout" />
</RelativeLayout>
</androidx.drawerlayout.widget.DrawerLayout>
</androidx.drawerlayout.widget.DrawerLayout>

View file

@ -29,4 +29,4 @@
tools:layout="@xml/preferences"
/>
</RelativeLayout>
</androidx.drawerlayout.widget.DrawerLayout>
</androidx.drawerlayout.widget.DrawerLayout>

View file

@ -7,7 +7,9 @@
android:gravity="center_horizontal"
android:orientation="vertical">
<include layout="@layout/toolbar" />
<include
android:id="@+id/toolbarBinding"
layout="@layout/toolbar" />
<RelativeLayout
android:layout_width="match_parent"