DO NOT MERGE: Migrate GoogleActivity to fragment

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-07-06 14:48:20 +05:30
parent da343e8530
commit cd5e49d1d2
8 changed files with 172 additions and 184 deletions

View File

@@ -18,8 +18,10 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
tools:context=".view.ui.account.GoogleFragment">
<WebView
android:id="@+id/webview"