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

@ -27,12 +27,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:ellipsize="end"
android:maxLines="1"
android:maxLines="2"
android:paddingStart="12dp"
android:paddingEnd="8dp"
android:paddingBottom="4dp"
android:textAppearance="@style/TextViewNormal"
android:textColor="?android:attr/textColorPrimary"
tools:ignore="MissingPrefix"
tools:text="My top tracks" />
</LinearLayout>