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

Commit b5bb0e85 authored by Sunny Shao's avatar Sunny Shao
Browse files

Move the text under slider bar to the description under title

- Make this change after discussed with UX team.

Fixes: 206737771
Test: manual test
Change-Id: I9517933312d8db400f6d40b4124815ad275014ec
parent e386d498
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