Skip to content

Commit d9eb8fb

Browse files
committed
make the buttons in About section easier to click
1 parent 7b69b83 commit d9eb8fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@
3434
android:layout_width="match_parent"
3535
android:layout_height="wrap_content"
3636
android:layout_below="@+id/about_email_label"
37+
android:paddingBottom="@dimen/activity_margin"
3738
android:text="@string/email"/>
3839

3940
<TextView
4041
android:id="@+id/about_rate_us"
4142
android:layout_width="match_parent"
4243
android:layout_height="wrap_content"
4344
android:layout_below="@+id/about_email"
44-
android:layout_marginTop="@dimen/activity_margin"
45+
android:paddingBottom="@dimen/activity_margin"
4546
android:paddingTop="@dimen/activity_margin"
4647
android:text="@string/rate_us_underlined"
4748
android:textColor="@color/colorPrimary"/>
@@ -51,7 +52,6 @@
5152
android:layout_width="match_parent"
5253
android:layout_height="wrap_content"
5354
android:layout_below="@+id/about_rate_us"
54-
android:layout_marginTop="@dimen/activity_margin"
5555
android:paddingBottom="@dimen/activity_margin"
5656
android:paddingTop="@dimen/activity_margin"
5757
android:text="@string/third_party_licences_underlined"

0 commit comments

Comments
 (0)