Skip to content

Commit 00f1e07

Browse files
Adjust test result row layout
1 parent 60a84e8 commit 00f1e07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
android:layout_width="fill_parent"
2626
android:gravity="left"
2727
android:textSize="14sp"
28-
android:singleLine="true"
29-
android:ellipsize="end"
28+
android:singleLine="false"
3029
android:layout_below="@+id/test_name"
3130
android:layout_toLeftOf="@+id/test_status"/>
3231
</RelativeLayout>

0 commit comments

Comments
 (0)