Skip to content

Commit b680bbb

Browse files
balazsgerleiMartinStyk
authored andcommitted
Increase maximum allowed lines for list items so longer values like the SHA256 certificate hash would fit
1 parent d979519 commit b680bbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/layout/list_item_detail.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
android:layout_weight="1"
4141
android:ellipsize="end"
4242
android:gravity="end"
43-
android:maxLines="2"
43+
android:maxLines="3"
4444
android:textAppearance="?android:attr/textAppearanceListItemSmall"
4545
app:text="@{viewModel.info.value}" />
4646

0 commit comments

Comments
 (0)