We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be09795 commit 0611b12Copy full SHA for 0611b12
com.example.android.rssfeed/res/layout/activity_rssfeed.xml
@@ -2,6 +2,7 @@
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
android:layout_width="fill_parent"
4
android:layout_height="fill_parent"
5
+ android:baselineAligned="false"
6
android:orientation="horizontal" >
7
8
<fragment
@@ -16,7 +17,6 @@
16
17
android:layout_weight="2"
18
android:layout_height="match_parent"
19
class="com.example.android.rssfeed.DetailFragment" >
- <!-- Preview: layout=@layout/details -->
20
</fragment>
21
22
</LinearLayout>
0 commit comments