We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d299b1 commit 84637c5Copy full SHA for 84637c5
app/src/main/res/layout/activity_review.xml
@@ -30,7 +30,8 @@
30
android:layout_width="match_parent"
31
android:layout_height="25dp"
32
android:layout_below="@+id/toolbar"
33
- android:orientation="horizontal">
+ android:orientation="horizontal"
34
+ android:gravity="center">
35
36
<Button
37
android:id="@+id/skip_image"
@@ -39,8 +40,7 @@
39
40
android:background="@android:color/transparent"
41
android:text="@string/skip_image"
42
android:textColor="@color/button_blue_dark"
- android:textStyle="bold"
43
- android:layout_marginLeft="120dp"/>
+ android:textStyle="bold" />
44
45
<ImageView
46
android:layout_width="15dp"
0 commit comments