Skip to content

Commit

Permalink
Fixes #3403 Add padding between privacy policy button and bottom of t…
Browse files Browse the repository at this point in the history
…he screen

Fixes #3403 Add padding between privacy policy button and bottom of the screen
  • Loading branch information
yashk2000 committed Feb 12, 2020
1 parent 69e7161 commit 9fe9d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="@dimen/normal_text"
android:paddingBottom="@dimen/login_padding"
android:textColor="@color/status_bar_blue"
android:text="@string/about_privacy_policy" />

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<dimen name="medium_width">12dp</dimen>

<!-- Standard margins / padding -->
<dimen name="login_padding">30dp</dimen>
<dimen name="tiny_height">1dp</dimen>
<dimen name="miniscule_margin">2dp</dimen>
<dimen name="tiny_margin">4dp</dimen>
Expand Down

0 comments on commit 9fe9d84

Please sign in to comment.