Skip to content

Commit 84637c5

Browse files
madhurgupta10neslihanturan
authored andcommitted
Adjusted the gravity of SKIP THIS IMAGE Fixed commons-app#2848 (commons-app#2849)
1 parent 5d299b1 commit 84637c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
android:layout_width="match_parent"
3131
android:layout_height="25dp"
3232
android:layout_below="@+id/toolbar"
33-
android:orientation="horizontal">
33+
android:orientation="horizontal"
34+
android:gravity="center">
3435

3536
<Button
3637
android:id="@+id/skip_image"
@@ -39,8 +40,7 @@
3940
android:background="@android:color/transparent"
4041
android:text="@string/skip_image"
4142
android:textColor="@color/button_blue_dark"
42-
android:textStyle="bold"
43-
android:layout_marginLeft="120dp"/>
43+
android:textStyle="bold" />
4444

4545
<ImageView
4646
android:layout_width="15dp"

0 commit comments

Comments
 (0)