Migrate DetailsReviewActivity to fragment
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
tools:context=".view.ui.details.DetailsReviewFragment">
|
||||
|
||||
<include
|
||||
android:id="@+id/layout_toolbar_action_review"
|
||||
@@ -114,6 +114,9 @@
|
||||
<action
|
||||
android:id="@+id/action_appDetailsFragment_to_detailsMoreFragment"
|
||||
app:destination="@id/detailsMoreFragment" />
|
||||
<action
|
||||
android:id="@+id/action_appDetailsFragment_to_detailsReviewFragment"
|
||||
app:destination="@id/detailsReviewFragment" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/categoryBrowseFragment"
|
||||
@@ -202,6 +205,16 @@
|
||||
android:name="app"
|
||||
app:argType="com.aurora.gplayapi.data.models.App" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/detailsReviewFragment"
|
||||
android:name="com.aurora.store.view.ui.details.DetailsReviewFragment"
|
||||
tools:layout="@layout/fragment_details_review" >
|
||||
<argument
|
||||
android:name="displayName"
|
||||
app:argType="string" />
|
||||
<argument android:name="packageName"
|
||||
app:argType="string" />
|
||||
</fragment>
|
||||
<action
|
||||
android:id="@+id/action_global_appDetailsFragment"
|
||||
app:destination="@id/appDetailsFragment" />
|
||||
|
||||
Reference in New Issue
Block a user