Loading res/layout/fragment_clock_picker.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading res/layout/fragment_clock_settings.xml +3 −1 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading res/values/dimens.xml +0 −2 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
res/layout/fragment_clock_picker.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading
res/layout/fragment_clock_settings.xml +3 −1 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading
res/values/dimens.xml +0 −2 Original line number Diff line number Diff line Loading @@ -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> Loading