Improve viewbinding - [3/3]

This commit is contained in:
Rahul Patel
2024-07-11 02:18:42 +05:30
committed by Aayush Gupta
parent 4919fbd4db
commit 7110a4a77b
63 changed files with 633 additions and 1396 deletions

View File

@@ -77,27 +77,27 @@
android:id="@+id/appsGamesFragment"
android:name="com.aurora.store.view.ui.all.AppsGamesFragment"
android:label="@string/title_apps_games"
tools:layout="@layout/activity_generic_pager" />
tools:layout="@layout/fragment_generic_with_pager" />
<fragment
android:id="@+id/appSalesFragment"
android:name="com.aurora.store.view.ui.sale.AppSalesFragment"
android:label="@string/title_apps_sale"
tools:layout="@layout/activity_generic_recycler" />
tools:layout="@layout/fragment_generic_with_toolbar" />
<fragment
android:id="@+id/spoofFragment"
android:name="com.aurora.store.view.ui.spoof.SpoofFragment"
android:label="@string/title_spoof_manager"
tools:layout="@layout/activity_generic_pager" />
tools:layout="@layout/fragment_generic_with_pager" />
<fragment
android:id="@+id/favouriteFragment"
android:name="com.aurora.store.view.ui.commons.FavouriteFragment"
android:label="@string/title_favourites_manager"
tools:layout="@layout/activity_generic_recycler" />
tools:layout="@layout/fragment_generic_with_toolbar" />
<fragment
android:id="@+id/blacklistFragment"
android:name="com.aurora.store.view.ui.commons.BlacklistFragment"
android:label="@string/title_blacklist_manager"
tools:layout="@layout/activity_generic_recycler" />
tools:layout="@layout/fragment_generic_with_toolbar" />
<fragment
android:id="@+id/accountFragment"
android:name="com.aurora.store.view.ui.account.AccountFragment"
@@ -209,7 +209,7 @@
<fragment
android:id="@+id/categoryBrowseFragment"
android:name="com.aurora.store.view.ui.commons.CategoryBrowseFragment"
tools:layout="@layout/activity_generic_recycler" >
tools:layout="@layout/fragment_generic_with_toolbar" >
<argument
android:name="title"
app:argType="string" />
@@ -223,7 +223,7 @@
<fragment
android:id="@+id/editorStreamBrowseFragment"
android:name="com.aurora.store.view.ui.commons.EditorStreamBrowseFragment"
tools:layout="@layout/activity_generic_recycler" >
tools:layout="@layout/fragment_generic_with_toolbar" >
<argument android:name="title"
app:argType="string" />
<argument
@@ -233,7 +233,7 @@
<fragment
android:id="@+id/expandedStreamBrowseFragment"
android:name="com.aurora.store.view.ui.commons.ExpandedStreamBrowseFragment"
tools:layout="@layout/activity_generic_recycler" >
tools:layout="@layout/fragment_generic_with_toolbar" >
<argument android:name="title"
app:argType="string" />
<argument
@@ -271,7 +271,7 @@
<fragment
android:id="@+id/streamBrowseFragment"
android:name="com.aurora.store.view.ui.commons.StreamBrowseFragment"
tools:layout="@layout/activity_generic_recycler" >
tools:layout="@layout/fragment_generic_with_toolbar" >
<argument
android:name="browseUrl"
app:argType="string" />
@@ -282,7 +282,7 @@
<fragment
android:id="@+id/devAppsFragment"
android:name="com.aurora.store.view.ui.details.DevAppsFragment"
tools:layout="@layout/activity_generic_recycler" >
tools:layout="@layout/fragment_generic_with_toolbar" >
<argument
android:name="developerName"
app:argType="string" />
@@ -308,7 +308,7 @@
<fragment
android:id="@+id/detailsExodusFragment"
android:name="com.aurora.store.view.ui.details.DetailsExodusFragment"
tools:layout="@layout/activity_generic_recycler" >
tools:layout="@layout/fragment_generic_with_toolbar" >
<argument
android:name="displayName"
app:argType="string" />