mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-05 01:03:57 +01:00
Fixes #3403 Add padding between privacy policy button and bottom of the screen
This commit is contained in:
parent
bc602371ec
commit
75d489128c
2 changed files with 2 additions and 0 deletions
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue