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

Commit 80752cbc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Changed font in QSEdit headers to Google Sans."

parents 94390ecd 1720c362
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,6 +23,6 @@
    android:gravity="center"
    android:paddingTop="20dp"
    android:paddingBottom="13dp"
    android:textAppearance="@android:style/TextAppearance.Material.Body2"
    android:textAppearance="@style/TextAppearance.QSEdit.Headers"
    android:textColor="?android:attr/colorAccent"
    android:text="@string/drag_to_add_tiles" />
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:gravity="center"
    android:textAppearance="@android:style/TextAppearance.Material.Body2"
    android:minHeight="28dp"
    android:textAppearance="@style/TextAppearance.QSEdit.Headers"
    android:textColor="?android:attr/colorAccent"
    android:text="@string/drag_to_rearrange_tiles" />
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
@@ -495,6 +495,11 @@
           parent="@*android:style/TextAppearance.Material.Notification.Info">
    </style>

    <style name="TextAppearance.QSEdit.Headers"
        parent="@*android:style/TextAppearance.Material.Body2">
        <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item>
    </style>

    <style name="edit_theme" parent="qs_theme">
        <item name="android:colorBackground">?android:attr/colorSecondary</item>
    </style>