Skip to content

Commit c9dc1e8

Browse files
SUPERCILEXsamtstern
authored andcommitted
Simplify phone auth layout (#860)
1 parent 264b95f commit c9dc1e8

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed
Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<LinearLayout
2+
<FrameLayout
33
xmlns:android="http://schemas.android.com/apk/res/android"
4+
xmlns:tools="http://schemas.android.com/tools"
5+
android:id="@+id/fragment_verify_phone"
46
android:layout_width="match_parent"
57
android:layout_height="match_parent"
6-
android:orientation="vertical">
7-
8-
<FrameLayout
9-
android:id="@+id/fragment_verify_phone"
10-
android:layout_width="match_parent"
11-
android:layout_height="wrap_content" />
12-
13-
</LinearLayout>
8+
tools:ignore="MergeRootFrame" />

0 commit comments

Comments
 (0)