Skip to content

Commit

Permalink
Fix display issue for RSS Feed information.
Browse files Browse the repository at this point in the history
  • Loading branch information
leenookx committed Feb 25, 2011
1 parent e0e0aba commit 34052a4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -52,7 +52,7 @@ private void fillData()
else
{
SimpleCursorAdapter taskAdaptor = new SimpleCursorAdapter(this,
android.R.layout.simple_spinner_item,
android.R.layout.activity_list_item,
taskCursor,
new String[] {Articles.TITLE},
new int[] {android.R.id.text1});
Expand Down

0 comments on commit 34052a4

Please sign in to comment.