We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264b95f commit c9dc1e8Copy full SHA for c9dc1e8
auth/src/main/res/layout/fui_activity_register_phone.xml
@@ -1,13 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<LinearLayout
+<FrameLayout
3
xmlns:android="http://schemas.android.com/apk/res/android"
4
+ xmlns:tools="http://schemas.android.com/tools"
5
+ android:id="@+id/fragment_verify_phone"
6
android:layout_width="match_parent"
7
android:layout_height="match_parent"
- android:orientation="vertical">
-
8
- <FrameLayout
9
- android:id="@+id/fragment_verify_phone"
10
- android:layout_width="match_parent"
11
- android:layout_height="wrap_content" />
12
13
-</LinearLayout>
+ tools:ignore="MergeRootFrame" />
0 commit comments