Fix text size & colors

This commit is contained in:
h4h13 2019-12-26 20:55:41 +05:30
parent a4e1e23491
commit af99283495
11 changed files with 21 additions and 22 deletions

View file

@ -46,11 +46,12 @@
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:gravity="center"
android:maxLines="2"
android:textAppearance="@style/TextViewSubtitle1"
android:textColor="?android:attr/textColorPrimary"
android:textStyle="bold"
tools:text="@tools:sample/lorem" />
tools:text="@tools:sample/lorem/random" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/text"