Fix text alignment

This commit is contained in:
h4h13 2019-10-02 22:04:39 +05:30
parent 612e58ee87
commit 034767dfda
14 changed files with 256 additions and 292 deletions

View file

@ -40,7 +40,7 @@
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
android:textSize="22sp"
android:textAppearance="@style/TextViewHeadline5"
android:textStyle="bold"
tools:ignore="MissingPrefix"
tools:text="Title" />
@ -50,6 +50,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:paddingTop="8dp"
android:maxLines="1"
android:textColor="?colorOnBackground"
tools:text="Text" />