Skip to content

Commit 81907eb

Browse files
imhappidsn5ft
authored andcommitted
[Catalog] Fix issue with TextField demo getting cut off in horizontal orientation
PiperOrigin-RevId: 675628875
1 parent 8932a81 commit 81907eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalog/java/io/material/catalog/textfield/res/layout/cat_textfield_content.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<LinearLayout
2525
android:layout_width="match_parent"
2626
android:layout_height="wrap_content"
27-
android:layout_margin="@dimen/cat_textfield_standard_spacing"
27+
android:padding="@dimen/cat_textfield_standard_spacing"
2828
android:orientation="vertical">
2929

3030
<!-- Default width of text fields should be 245dp. -->

0 commit comments

Comments
 (0)