ViewHolder classes are now private
This commit is contained in:
parent
ff9620caf5
commit
7279dfacac
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user