SetupWizard: center text next to checkbox in recovery update -activity

Change-Id: I121c5ea0c39eef2d7eb87950432e5ec64b8edfa1
Signed-off-by: Timi <timi.rautamaki@gmail.com>
This commit is contained in:
Timi
2020-12-13 13:02:51 +01:00
parent d93e0e1bbd
commit 459dec482c

View File

@@ -71,6 +71,7 @@
android:layout_height="wrap_content"
android:layout_gravity="top"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:duplicateParentState="true"
android:clickable="false" />
@@ -82,9 +83,9 @@
android:textStyle="bold"
android:lineSpacingExtra="@dimen/setup_line_spacing"
android:gravity="top"
android:layout_gravity="center_vertical"
android:layout_marginLeft="@dimen/location_text_margin_left"
android:layout_marginRight="@dimen/location_text_margin_right"
android:paddingBottom="@dimen/content_margin_bottom"
android:text="@string/update_recovery_setting"
android:maxLines="5" />
</LinearLayout>
@@ -98,4 +99,4 @@
style="@style/SudNavBarTheme"
android:layout_width="match_parent"
android:layout_height="@dimen/sud_navbar_height" />
</LinearLayout>
</LinearLayout>