mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
make long source names not take 2 lines in migrations
This commit is contained in:
parent
5070710add
commit
6bbdb83ef8
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
app:lineHeight="15sp"
|
app:lineHeight="15sp"
|
||||||
android:maxLines="2"
|
android:maxLines="1"
|
||||||
android:textColor="@color/library_comfortable_title_selector"
|
android:textColor="@color/library_comfortable_title_selector"
|
||||||
app:layout_constraintBottom_toTopOf="@+id/subtitle"
|
app:layout_constraintBottom_toTopOf="@+id/subtitle"
|
||||||
tools:text="Sample name" />
|
tools:text="Sample name" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue