summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMario Bertschler <bmario@google.com>2017-06-09 10:20:17 -0700
committerMario Bertschler <bmario@google.com>2017-06-09 11:23:47 -0700
commit93e39ecdebc9dbf07e8876178b6fd5fc16c62f1e (patch)
tree6dcfc5068ef9b2a172590f70cf93bc59abf582e2 /res/layout
parent7bffad10ccc33470262303fd21a29af0f264ccff (diff)
downloadandroid_packages_apps_Trebuchet-93e39ecdebc9dbf07e8876178b6fd5fc16c62f1e.tar.gz
android_packages_apps_Trebuchet-93e39ecdebc9dbf07e8876178b6fd5fc16c62f1e.tar.bz2
android_packages_apps_Trebuchet-93e39ecdebc9dbf07e8876178b6fd5fc16c62f1e.zip
Title style for text setting font family.
b/62389480 Change-Id: I93135d99487a18e2a74d0e197955898cec40072b
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/widgets_bottom_sheet.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/widgets_bottom_sheet.xml b/res/layout/widgets_bottom_sheet.xml
index c2270d212..f1370f0c4 100644
--- a/res/layout/widgets_bottom_sheet.xml
+++ b/res/layout/widgets_bottom_sheet.xml
@@ -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"/>