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

Commit b8c35bc8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Move the text under slider bar to the description under title" into...

Merge "Move the text under slider bar to the description under title" into sc-v2-dev am: 0f0e27cf am: b944d7f1

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16379115

Change-Id: I0d00297b4bdb9844b569f40a6d5cae56929b8f0c
parents 7ab01bb4 b944d7f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
        android:layout_height="wrap_content">

        <LinearLayout
            android:id="@+id/font_size_preview_text_group"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:paddingTop="16dp"
+0 −6
Original line number Diff line number Diff line
@@ -75,12 +75,6 @@
                    android:contentDescription="@string/font_size_make_larger_desc"
                    style="@style/screen_size_imageview_style"/>
            </LinearLayout>

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="@string/font_size_summary"
                android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Subhead"/>
        </LinearLayout>
    </LinearLayout>
</androidx.core.widget.NestedScrollView>
+0 −6
Original line number Diff line number Diff line
@@ -74,12 +74,6 @@
                    android:contentDescription="@string/screen_zoom_make_larger_desc"
                    style="@style/screen_size_imageview_style"/>
            </LinearLayout>

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="@string/screen_zoom_summary"
                android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Subhead"/>
        </LinearLayout>
    </LinearLayout>
</androidx.core.widget.NestedScrollView>
+2 −0
Original line number Diff line number Diff line
@@ -19,4 +19,6 @@
    <!-- Dashboard number of columns -->
    <integer name="dashboard_num_columns">2</integer>

    <!-- Whether to support large screen -->
    <bool name="config_supported_large_screen">true</bool>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -63,6 +63,9 @@
    <dimen name="confirm_credentials_side_margin">0dp</dimen>
    <dimen name="confirm_credentials_top_margin">64dp</dimen>

    <!-- padding for font size preview in large screen -->
    <dimen name="font_size_preview_padding_start">32dp</dimen>

    <!-- Padding for screen pinning -->
    <dimen name="screen_pinning_padding_start">40dp</dimen>
    <dimen name="screen_pinning_padding_end">40dp</dimen>
Loading