diff options
| author | Timi <timi.rautamaki@gmail.com> | 2020-12-13 13:02:51 +0100 |
|---|---|---|
| committer | Timi <timi.rautamaki@gmail.com> | 2020-12-13 15:06:31 +0100 |
| commit | 459dec482ce493e7591b2cef29d8e9fa85205721 (patch) | |
| tree | cf37fe55bb3c85a5a79a9cde05b19b0fc07b440d | |
| parent | d93e0e1bbd858672ad543aa89787209c43da237c (diff) | |
SetupWizard: center text next to checkbox in recovery update -activity
Change-Id: I121c5ea0c39eef2d7eb87950432e5ec64b8edfa1
Signed-off-by: Timi <timi.rautamaki@gmail.com>
| -rw-r--r-- | res/layout/update_recovery_page.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/update_recovery_page.xml b/res/layout/update_recovery_page.xml index 59e3c62..f513f12 100644 --- a/res/layout/update_recovery_page.xml +++ b/res/layout/update_recovery_page.xml @@ -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>
\ No newline at end of file +</LinearLayout> |
