Loading res/layout/fragment_custom_theme_component.xml +1 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,7 @@ android:layout_marginBottom="10dp" android:textAlignment="center" android:textAppearance="@style/HeaderTextAppearance" android:textSize="@dimen/component_options_title_size" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/guideline"/> Loading res/values/dimens.xml +1 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,7 @@ <dimen name="component_shape_thumb_size">72dp</dimen> <dimen name="option_border_width">2dp</dimen> <dimen name="option_selected_border_width">3dp</dimen> <dimen name="component_options_title_size">18sp</dimen> <!-- For a corner radius of this size or larger, we'll preview a rounded qsb widget. --> <dimen name="roundCornerThreshold">16dp</dimen> Loading res/values/styles.xml +1 −3 Original line number Diff line number Diff line Loading @@ -55,9 +55,7 @@ </style> <!-- Common components and widgets --> <style name="HeaderTextAppearance" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title"> <item name="android:textFontWeight">400</item> </style> <style name="HeaderTextAppearance" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title"/> <style name="ActionPrimaryButton" parent="android:Widget.DeviceDefault.Button.Colored"/> Loading Loading
res/layout/fragment_custom_theme_component.xml +1 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,7 @@ android:layout_marginBottom="10dp" android:textAlignment="center" android:textAppearance="@style/HeaderTextAppearance" android:textSize="@dimen/component_options_title_size" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/guideline"/> Loading
res/values/dimens.xml +1 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,7 @@ <dimen name="component_shape_thumb_size">72dp</dimen> <dimen name="option_border_width">2dp</dimen> <dimen name="option_selected_border_width">3dp</dimen> <dimen name="component_options_title_size">18sp</dimen> <!-- For a corner radius of this size or larger, we'll preview a rounded qsb widget. --> <dimen name="roundCornerThreshold">16dp</dimen> Loading
res/values/styles.xml +1 −3 Original line number Diff line number Diff line Loading @@ -55,9 +55,7 @@ </style> <!-- Common components and widgets --> <style name="HeaderTextAppearance" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title"> <item name="android:textFontWeight">400</item> </style> <style name="HeaderTextAppearance" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title"/> <style name="ActionPrimaryButton" parent="android:Widget.DeviceDefault.Button.Colored"/> Loading