make long source names not take 2 lines in migrations

This commit is contained in:
Jays2Kings 2022-06-05 19:35:11 -04:00
parent 5070710add
commit 6bbdb83ef8

View file

@ -172,7 +172,7 @@
android:layout_height="wrap_content"
android:ellipsize="end"
app:lineHeight="15sp"
android:maxLines="2"
android:maxLines="1"
android:textColor="@color/library_comfortable_title_selector"
app:layout_constraintBottom_toTopOf="@+id/subtitle"
tools:text="Sample name" />