File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 3939 android : layout_height =" wrap_content"
4040 android : layout_margin =" 20dp"
4141 android : text =" @string/share"
42- app : layout_constraintBottom_toBottomOf =" parent"
4342 app : layout_constraintEnd_toEndOf =" parent"
44- app : layout_constraintStart_toStartOf =" parent" />
43+ app : layout_constraintStart_toStartOf =" parent"
44+ app : layout_constraintTop_toBottomOf =" @+id/appEvaluatedText" />
4545
4646 <TextView
4747 android : id =" @+id/shareText"
4848 android : layout_width =" match_parent"
4949 android : layout_height =" wrap_content"
50- android : text =" @string/share_text"
5150 android : layout_margin =" 20dp"
5251 android : gravity =" center"
53- app : layout_constraintBottom_toTopOf =" @+id/shareEvaluation "
52+ android : text =" @string/share_text "
5453 app : layout_constraintEnd_toEndOf =" parent"
5554 app : layout_constraintStart_toStartOf =" parent"
56- app : layout_constraintTop_toBottomOf =" @+id/appEvaluatedText " />
55+ app : layout_constraintTop_toBottomOf =" @+id/shareEvaluation " />
5756
5857</androidx .constraintlayout.widget.ConstraintLayout>
You can’t perform that action at this time.
0 commit comments