Migrate DevProfileActivity to fragment

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-07-05 15:03:44 +05:30
parent fc3dfaa747
commit 86f6939097
7 changed files with 158 additions and 200 deletions

View File

@@ -24,7 +24,8 @@
android:layout_height="match_parent"
android:divider="@drawable/divider"
android:orientation="vertical"
android:showDividers="middle">
android:showDividers="middle"
tools:context=".view.ui.details.DevProfileFragment">
<include
android:id="@+id/layout_toolbar_action"