mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 04:52:17 +02:00
Fix dimensions in android privacy policy
This commit is contained in:
parent
0d08bc6e7c
commit
c27f415fea
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:scrollbars="vertical"
|
||||
android:layout_marginTop="162dp"
|
||||
android:layout_marginTop="195dp"
|
||||
app:layout_constraintTop_toBottomOf="@id/header"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin"
|
||||
|
|
Loading…
Reference in a new issue