Skip to content

Commit 2faaa9c

Browse files
committed
Fixes #3403 Add padding between privacy policy button and bottom of the screen
1 parent e9eb786 commit 2faaa9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
android:layout_alignParentBottom="true"
246246
android:layout_centerHorizontal="true"
247247
android:layout_marginBottom="@dimen/normal_text"
248-
android:paddingBottom="30dp"
248+
android:paddingBottom="@dimen/login_padding"
249249
android:textColor="@color/status_bar_blue"
250250
android:text="@string/about_privacy_policy" />
251251

app/src/main/res/values/dimens.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<dimen name="medium_width">12dp</dimen>
1010

1111
<!-- Standard margins / padding -->
12+
<dimen name="login_padding">30dp</dimen>
1213
<dimen name="tiny_height">1dp</dimen>
1314
<dimen name="miniscule_margin">2dp</dimen>
1415
<dimen name="tiny_margin">4dp</dimen>

0 commit comments

Comments
 (0)