Skip to content

Commit 8d84e9e

Browse files
committed
Moved tools to root layout tag
1 parent 48475dc commit 8d84e9e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

app/src/main/res/layout/layout_form_order_step1.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<layout>
3-
2+
<layout
3+
xmlns:android="http://schemas.android.com/apk/res/android"
4+
xmlns:app="http://schemas.android.com/apk/res-auto"
5+
xmlns:tools="http://schemas.android.com/tools"
6+
>
47
<data>
58
<variable
69
name="listener"
@@ -9,9 +12,7 @@
912
</data>
1013

1114
<android.support.constraint.ConstraintLayout
12-
xmlns:android="http://schemas.android.com/apk/res/android"
13-
xmlns:app="http://schemas.android.com/apk/res-auto"
14-
xmlns:tools="http://schemas.android.com/tools"
15+
1516
android:layout_width="match_parent"
1617
android:layout_height="wrap_content"
1718
tools:ignore="HardcodedText"
@@ -50,6 +51,7 @@
5051
app:layout_constraintLeft_toLeftOf="parent"
5152
app:layout_constraintRight_toLeftOf="@+id/txt_size_2"
5253
app:layout_constraintTop_toBottomOf="@+id/txt_label_size"
54+
app:layout_constraintHorizontal_chainStyle="spread"
5355
/>
5456

5557
<TextView

0 commit comments

Comments
 (0)