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

Commit 0d7d41ea authored by Catherine Liang's avatar Catherine Liang Committed by Android (Google) Code Review
Browse files

Merge "Fix clock size tap target height" into main

parents ecb83437 3a8d186e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,10 +62,10 @@
            <Space
                android:id="@+id/placeholder"
                android:layout_width="match_parent"
                android:layout_height="@dimen/min_taptarget_height"
                android:layout_height="@dimen/accessibility_min_height"
                app:layout_constraintBottom_toTopOf="@id/apply_button"
                app:layout_constraintEnd_toEndOf="parent"
                app:layout_constraintHeight_min="@dimen/min_taptarget_height"
                app:layout_constraintHeight_min="@dimen/accessibility_min_height"
                app:layout_constraintHorizontal_bias="0.0"
                app:layout_constraintStart_toStartOf="parent"
                app:layout_constraintTop_toBottomOf="@id/options_container"
+3 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_gravity="center_vertical"
                    android:minHeight="48dp"
                    android:minHeight="@dimen/accessibility_min_height"
                    android:thumb="@null"
                    android:contentDescription="@string/accessibility_clock_slider_description"
                    android:background="@null"
@@ -169,6 +169,7 @@
                <RadioButton android:id="@+id/radio_dynamic"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:minHeight="@dimen/accessibility_min_height"
                    android:paddingStart="8dp"
                    android:maxLines="3"
                    android:ellipsize="end"
@@ -178,6 +179,7 @@
                <RadioButton android:id="@+id/radio_small"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:minHeight="@dimen/accessibility_min_height"
                    android:paddingStart="8dp"
                    android:maxLines="3"
                    android:ellipsize="end"
+0 −2
Original line number Diff line number Diff line
@@ -122,8 +122,6 @@
    <!-- For a corner radius of this size or larger, we'll preview a rounded qsb widget. -->
    <dimen name="roundCornerThreshold">16dp</dimen>

    <dimen name="min_taptarget_height">48dp</dimen>

    <!--  For the style info preview sheet. -->
    <dimen name="theme_info_margin">12dp</dimen>
    <dimen name="theme_info_icon_size">24dp</dimen>