Add Android-PullToRefresh to about screen.

This commit is contained in:
Andrew Chen 2012-09-12 21:30:40 -07:00
parent 3799ecfb21
commit ea04339ca6
1 changed files with 2 additions and 1 deletions

View File

@ -1206,7 +1206,8 @@ public class Accounts extends K9ListActivity implements OnItemClickListener {
new String[] {"Commons IO", "http://commons.apache.org/io/"},
new String[] {"Mime4j", "http://james.apache.org/mime4j/"},
new String[] {"HtmlCleaner", "http://htmlcleaner.sourceforge.net/"},
new String[] {"ActionBarSherlock", "http://actionbarsherlock.com/"}
new String[] {"ActionBarSherlock", "http://actionbarsherlock.com/"},
new String[] {"Android-PullToRefresh", "https://github.com/chrisbanes/Android-PullToRefresh"}
};
private void onAbout() {