Migrate AboutActivity to fragment
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -24,7 +24,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.about.AboutFragment">
|
||||
|
||||
<include
|
||||
android:id="@+id/layout_toolbar_action"
|
||||
@@ -23,7 +23,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:weightSum="3">
|
||||
android:weightSum="3"
|
||||
tools:context=".view.ui.about.AboutFragment">
|
||||
|
||||
<include
|
||||
android:id="@+id/layout_toolbar_action"
|
||||
@@ -40,4 +40,9 @@
|
||||
android:name="com.aurora.store.view.ui.updates.UpdatesFragment"
|
||||
android:label="@string/title_updates"
|
||||
tools:layout="@layout/fragment_updates" />
|
||||
<fragment
|
||||
android:id="@+id/aboutFragment"
|
||||
android:name="com.aurora.store.view.ui.about.AboutFragment"
|
||||
android:label="@string/title_about"
|
||||
tools:layout="@layout/fragment_about" />
|
||||
</navigation>
|
||||
Reference in New Issue
Block a user