summaryrefslogtreecommitdiff
path: root/res/layout-xlarge
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge')
-rw-r--r--res/layout-xlarge/headlines_row.xml4
-rw-r--r--res/layout-xlarge/headlines_row_selected.xml4
-rw-r--r--res/layout-xlarge/headlines_row_unread.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/res/layout-xlarge/headlines_row.xml b/res/layout-xlarge/headlines_row.xml
index 8b51030d..9b5832c9 100644
--- a/res/layout-xlarge/headlines_row.xml
+++ b/res/layout-xlarge/headlines_row.xml
@@ -100,12 +100,12 @@
</LinearLayout>
</LinearLayout>
- <WebView
+ <TextView
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:padding="3dip" >
- </WebView>
+ </TextView>
</LinearLayout> \ No newline at end of file
diff --git a/res/layout-xlarge/headlines_row_selected.xml b/res/layout-xlarge/headlines_row_selected.xml
index a8d8d8bd..916e2634 100644
--- a/res/layout-xlarge/headlines_row_selected.xml
+++ b/res/layout-xlarge/headlines_row_selected.xml
@@ -98,12 +98,12 @@
</LinearLayout>
</LinearLayout>
- <WebView
+ <TextView
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:padding="3dip" >
- </WebView>
+ </TextView>
</LinearLayout> \ No newline at end of file
diff --git a/res/layout-xlarge/headlines_row_unread.xml b/res/layout-xlarge/headlines_row_unread.xml
index 65f4a5f4..84fcd33f 100644
--- a/res/layout-xlarge/headlines_row_unread.xml
+++ b/res/layout-xlarge/headlines_row_unread.xml
@@ -98,12 +98,12 @@
</LinearLayout>
</LinearLayout>
- <WebView
+ <TextView
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:padding="3dip" >
- </WebView>
+ </TextView>
</LinearLayout> \ No newline at end of file