ViewHolder classes are now private

This commit is contained in:
Daniel Martí 2014-01-08 14:59:07 +01:00
parent ff9620caf5
commit 7279dfacac
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ public class AppDetails extends ListActivity {
private static final int REQUEST_INSTALL = 0;
private static final int REQUEST_UNINSTALL = 1;
static class ViewHolder {
private static class ViewHolder {
TextView version;
TextView status;
TextView size;

View File

@ -79,7 +79,7 @@ abstract public class AppListAdapter extends BaseAdapter {
return position;
}
static class ViewHolder {
private static class ViewHolder {
TextView name;
TextView summary;
TextView status;