Skip to content

Commit 75d4891

Browse files
authored
Fixes commons-app#3403 Add padding between privacy policy button and bottom of the screen (commons-app#3404)
Fixes commons-app#3403 Add padding between privacy policy button and bottom of the screen
1 parent bc60237 commit 75d4891

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
android:layout_alignParentBottom="true"
246246
android:layout_centerHorizontal="true"
247247
android:layout_marginBottom="@dimen/normal_text"
248+
android:paddingBottom="@dimen/login_padding"
248249
android:textColor="@color/status_bar_blue"
249250
android:text="@string/about_privacy_policy" />
250251

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)