applied font for more views

This commit is contained in:
h4h13 2019-10-03 00:37:12 +05:30
parent 012921f886
commit 8116bbbba8
9 changed files with 24 additions and 2 deletions

View file

@ -74,6 +74,7 @@
android:layout_height="wrap_content"
android:maxLines="2"
android:textAppearance="@style/TextViewHeadline4"
android:textStyle="bold"
tools:ignore="MissingPrefix"
tools:text="Title" />
@ -87,6 +88,7 @@
android:focusableInTouchMode="true"
android:freezesText="true"
android:marqueeRepeatLimit="marquee_forever"
android:paddingTop="4dp"
android:scrollHorizontally="true"
android:singleLine="true"
android:textAppearance="@style/TextViewHeadline6"