mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 03:16:51 +01:00
Allow multiple lines for name in "item_with_details" (fw upgrade log)
This commit is contained in:
parent
afe5f17e5a
commit
544ec4958b
@ -28,7 +28,7 @@
|
||||
android:scrollHorizontally="false"
|
||||
style="@style/Base.TextAppearance.AppCompat.SearchResult.Title"
|
||||
android:text="Item Name"
|
||||
android:singleLine="true" />
|
||||
android:maxLines="1"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_details"
|
||||
|
@ -26,9 +26,9 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:scrollHorizontally="false"
|
||||
|
||||
style="@style/Base.TextAppearance.AppCompat.Body1"
|
||||
android:text="Item Name"
|
||||
android:singleLine="true" />
|
||||
android:text="Item Name"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_details"
|
||||
|
Loading…
Reference in New Issue
Block a user