SetupWizard: LineageSettings: fix padding on summary

Change-Id: Id99e5999f0e97990d319fe252d075b5d1d21ab70
This commit is contained in:
Timi Rautamäki
2021-06-13 21:42:27 +02:00
parent e278fd6c1a
commit c84c112f8b

View File

@@ -36,7 +36,8 @@
<LinearLayout <LinearLayout
android:orientation="vertical" android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent"
style="@style/PageContent">
<!-- The caption about privacy policy --> <!-- The caption about privacy policy -->
<TextView <TextView