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

Commit c915e74a authored by Samuel Fufa's avatar Samuel Fufa Committed by Android (Google) Code Review
Browse files

Merge "Change work paused text style" into ub-launcher3-rvc-dev

parents 04509edc e54410af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    android:gravity="center">

    <TextView
        style="@style/PrimaryMediumText"
        style="@style/PrimaryHeadline"
        android:textColor="?attr/workProfileOverlayTextColor"
        android:id="@+id/work_apps_paused_title"
        android:layout_width="wrap_content"
+3 −0
Original line number Diff line number Diff line
@@ -226,6 +226,9 @@

    <style name="TextHeadline" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle" />
    <style name="PrimaryMediumText" parent="@android:style/TextAppearance.DeviceDefault.Medium"/>
    <style name="PrimaryHeadline" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle">
        <item name="android:textStyle">bold</item>
    </style>

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