Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 459dec48 authored by Timi's avatar Timi
Browse files

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



Change-Id: I121c5ea0c39eef2d7eb87950432e5ec64b8edfa1
Signed-off-by: default avatarTimi <timi.rautamaki@gmail.com>
parent d93e0e1b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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>