Skip to content

Commit ba77235

Browse files
committed
Improve Success fragment design
1 parent ee9ef3e commit ba77235

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,19 @@
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>

0 commit comments

Comments
 (0)