Code cleanup

This commit is contained in:
Prathamesh More 2022-01-06 20:39:10 +05:30
parent 6205befb25
commit 06147dde49
18 changed files with 41 additions and 54 deletions

View file

@ -37,13 +37,7 @@
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="true"
android:ellipsize="marquee"
android:focusable="true"
android:freezesText="true"
android:marqueeRepeatLimit="marquee_forever"
android:paddingTop="8dp"
android:scrollHorizontally="true"
android:singleLine="true"
android:textAppearance="@style/TextViewHeadline6"
android:textStyle="bold"