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_INSTALL = 0;
private static final int REQUEST_UNINSTALL = 1; private static final int REQUEST_UNINSTALL = 1;
static class ViewHolder { private static class ViewHolder {
TextView version; TextView version;
TextView status; TextView status;
TextView size; TextView size;

View File

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