Title style for text setting font family.

b/62389480

Change-Id: I93135d99487a18e2a74d0e197955898cec40072b
This commit is contained in:
Mario Bertschler
2017-06-09 10:20:17 -07:00
parent 7bffad10cc
commit 93e39ecdeb
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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
View File
@@ -150,4 +150,8 @@
</style>
<style name="DropTargetButton" parent="DropTargetButtonBase" />
<style name="TextTitle">
<item name="android:fontFamily">sans-serif</item>
</style>
</resources>