File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?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
+ >
4
7
<data >
5
8
<variable
6
9
name =" listener"
9
12
</data >
10
13
11
14
<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
+
15
16
android : layout_width =" match_parent"
16
17
android : layout_height =" wrap_content"
17
18
tools : ignore =" HardcodedText"
50
51
app : layout_constraintLeft_toLeftOf =" parent"
51
52
app : layout_constraintRight_toLeftOf =" @+id/txt_size_2"
52
53
app : layout_constraintTop_toBottomOf =" @+id/txt_label_size"
54
+ app : layout_constraintHorizontal_chainStyle =" spread"
53
55
/>
54
56
55
57
<TextView
You can’t perform that action at this time.
0 commit comments