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

Commit 5ee03387 authored by Yash Garg's avatar Yash Garg 💬 Committed by Mohammed Althaf T
Browse files

feat(workspace): set font style to normal and decrease font spacing b/w icon

parent bbaf7db9
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -339,7 +339,9 @@
        <item name="android:importantForAccessibility">no</item>
    </style>

    <style name="BaseIconRoot" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle"/>
    <style name="BaseIconRoot" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle">
        <item name="android:fontFamily">@*android:string/config_bodyFontFamilyMedium</item>
    </style>

    <style name="BaseIconUnBounded" parent="BaseIconRoot">
        <item name="android:layout_width">match_parent</item>
@@ -408,7 +410,9 @@

    <style name="DropTargetButton" parent="DropTargetButtonBase" />

    <style name="TextHeadline" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle" />
    <style name="TextHeadline" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle">
        <item name="android:fontFamily">@*android:string/config_bodyFontFamilyMedium</item>
    </style>

    <style name="PrimaryHeadline" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle"/>

+2 −0
Original line number Diff line number Diff line
@@ -530,6 +530,8 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
                } else {
                    setText(label);
                }
                setIncludeFontPadding(false);
                setCompoundDrawablePadding(0);
            }
        }
        if (info.contentDescription != null) {