mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-26 16:41:43 +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"
|
android:scrollHorizontally="false"
|
||||||
style="@style/Base.TextAppearance.AppCompat.SearchResult.Title"
|
style="@style/Base.TextAppearance.AppCompat.SearchResult.Title"
|
||||||
android:text="Item Name"
|
android:text="Item Name"
|
||||||
android:singleLine="true" />
|
android:maxLines="1"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/item_details"
|
android:id="@+id/item_details"
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:scrollHorizontally="false"
|
android:scrollHorizontally="false"
|
||||||
|
|
||||||
style="@style/Base.TextAppearance.AppCompat.Body1"
|
style="@style/Base.TextAppearance.AppCompat.Body1"
|
||||||
android:text="Item Name"
|
android:text="Item Name"/>
|
||||||
android:singleLine="true" />
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/item_details"
|
android:id="@+id/item_details"
|
||||||
|
Loading…
Reference in New Issue
Block a user