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

Commit 93e39ecd authored by Mario Bertschler's avatar Mario Bertschler
Browse files

Title style for text setting font family.

b/62389480

Change-Id: I93135d99487a18e2a74d0e197955898cec40072b
parent 7bffad10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,11 +25,11 @@
    android:layout_gravity="bottom">

    <TextView
        style="@style/TextTitle"
        android:id="@+id/title"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="center_horizontal"
        android:fontFamily="sans-serif"
        android:textColor="?android:attr/textColorPrimary"
        android:textSize="24sp"/>

+4 −0
Original line number Diff line number Diff line
@@ -150,4 +150,8 @@
    </style>

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

    <style name="TextTitle">
        <item name="android:fontFamily">sans-serif</item>
    </style>
</resources>