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

Commit 9ad06b48 authored by Santiago Etchebehere's avatar Santiago Etchebehere
Browse files

Update font weights and sizes

Update picker fonts to match spec

Fixes: 135219143
Change-Id: I338cd19eacbbcde1a375756c55f28e061e26e85d
parent b6fec564
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"/>
+1 −0
Original line number Diff line number Diff line
@@ -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>
+1 −3
Original line number Diff line number Diff line
@@ -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"/>