Skip to content

Commit e2f121f

Browse files
committed
EditText uses width=wrap_content
1 parent f8c6069 commit e2f121f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

AndroidRss/libs/jdom-1.1.3.jar

-148 KB
Binary file not shown.

AndroidRss/libs/rome-1.0.jar

-215 KB
Binary file not shown.

AndroidRss/res/layout/main.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<EditText
1818
android:id="@+id/rssURL"
19-
android:layout_width="wrap_content"
19+
android:layout_width="match_parent"
2020
android:layout_height="wrap_content"
2121
android:hint="RSS URL"
2222
android:inputType="textUri"

0 commit comments

Comments
 (0)