File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
auth/app/src/main/res/layout Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 64
64
android : text =" @string/generic_label_provider"
65
65
android : textSize =" 16sp"
66
66
android : textStyle =" bold"
67
- app : layout_constraintStart_toStartOf =" @+id/detail "
67
+ app : layout_constraintStart_toStartOf =" @+id/titleText "
68
68
app : layout_constraintTop_toBottomOf =" @+id/detail" />
69
69
70
70
<Spinner
75
75
android : layout_toEndOf =" @+id/providerSpinnerLabel"
76
76
android : layout_toRightOf =" @+id/providerSpinnerLabel"
77
77
app : layout_constraintBottom_toBottomOf =" @+id/providerSpinnerLabel"
78
- app : layout_constraintEnd_toEndOf =" @+id/detail "
78
+ app : layout_constraintEnd_toEndOf =" @+id/titleText "
79
79
app : layout_constraintStart_toEndOf =" @+id/providerSpinnerLabel"
80
80
app : layout_constraintTop_toTopOf =" @+id/providerSpinnerLabel" />
81
81
You can’t perform that action at this time.
0 commit comments