Skip to content

Commit 0611b12

Browse files
committed
Minor update of the rssfeed example application
1 parent be09795 commit 0611b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.example.android.rssfeed/res/layout/activity_rssfeed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="fill_parent"
44
android:layout_height="fill_parent"
5+
android:baselineAligned="false"
56
android:orientation="horizontal" >
67

78
<fragment
@@ -16,7 +17,6 @@
1617
android:layout_weight="2"
1718
android:layout_height="match_parent"
1819
class="com.example.android.rssfeed.DetailFragment" >
19-
<!-- Preview: layout=@layout/details -->
2020
</fragment>
2121

2222
</LinearLayout>

0 commit comments

Comments
 (0)