summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-04 10:50:49 +0300
committerAndrew Dolgov <[email protected]>2011-12-04 10:50:49 +0300
commitea51e68b5b3845a206df1d95d10769ea3740f611 (patch)
tree329c4475f85d9a7c73ae567001b527676def0458 /res/layout/headlines_row_unread.xml
parente057f881b154fc51052eb53f8d2d36a29f5863b1 (diff)
rework combined mode to use textviews to prevent graphical glitches
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 65f4a5f4..84fcd33f 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/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