Skip to content

Commit e9eb786

Browse files
committed
Fixes commons-app#3403 Add padding between privacy policy button and bottom of the screen
1 parent 69e7161 commit e9eb786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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="30dp"
248249
android:textColor="@color/status_bar_blue"
249250
android:text="@string/about_privacy_policy" />
250251

0 commit comments

Comments
 (0)