Skip to content

Commit 88dbfe1

Browse files
committed
Fixed v14 layout URL not visible problem
1 parent 17752cf commit 88dbfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/src/main/res/layout-v14/parent_layout.xml

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

1616
<EditText
1717
android:id="@+id/edit_url"
18-
android:layout_width="0dp"
18+
android:layout_width="fill_parent"
1919
android:layout_height="wrap_content"
2020
android:inputType="textUri"/>
2121

0 commit comments

Comments
 (0)