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

Commit 5188599a authored by Mario Bertschler's avatar Mario Bertschler Committed by android-build-merger
Browse files

Title style for text setting font family.

am: 93e39ecd

Change-Id: If2fc91aef3a47524fe9fc1aff1d17f3d515383d5
parents 1082f461 93e39ecd
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>