diff options
Diffstat (limited to 'res/layout-port')
| -rw-r--r-- | res/layout-port/headlines_row.xml | 2 | ||||
| -rw-r--r-- | res/layout-port/headlines_row_selected.xml | 3 | ||||
| -rw-r--r-- | res/layout-port/headlines_row_unread.xml | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml index cb58bb26..833a1397 100644 --- a/res/layout-port/headlines_row.xml +++ b/res/layout-port/headlines_row.xml @@ -95,7 +95,7 @@ </LinearLayout>
</LinearLayout>
- <WebView
+ <TextView
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/res/layout-port/headlines_row_selected.xml b/res/layout-port/headlines_row_selected.xml index 85e53116..abdb188b 100644 --- a/res/layout-port/headlines_row_selected.xml +++ b/res/layout-port/headlines_row_selected.xml @@ -98,8 +98,9 @@ </LinearLayout>
- <WebView
+ <TextView
android:id="@+id/content"
+ android:text="Article content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1" />
diff --git a/res/layout-port/headlines_row_unread.xml b/res/layout-port/headlines_row_unread.xml index 28eb47ed..6510535c 100644 --- a/res/layout-port/headlines_row_unread.xml +++ b/res/layout-port/headlines_row_unread.xml @@ -98,7 +98,7 @@ </LinearLayout>
- <WebView
+ <TextView
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="match_parent"
|