Skip to content

Commit 27e6f7d

Browse files
Ziqi ChenGerrit Code Review
authored andcommitted
Merge "Fix TextViewIntegrationTest#smartLinkify" into android14-tests-dev
2 parents 4c428b4 + d57d5d8 commit 27e6f7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/tests/textclassifier/res/layout

tests/tests/textclassifier/res/layout/main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<TextView
2424
android:id="@+id/textview"
25-
android:layout_width="match_parent"
25+
android:layout_width="wrap_content"
2626
android:layout_height="wrap_content"/>
2727

2828
</LinearLayout>

0 commit comments

Comments
 (0)