Add new app view UI

This commit is contained in:
Cameron Gutman
2014-11-08 01:07:21 -08:00
parent 9ef577dbdd
commit 68c1aaf433
11 changed files with 232 additions and 48 deletions
@@ -10,7 +10,7 @@ import com.limelight.R;
public class PcGridAdapter extends GenericGridAdapter<PcView.ComputerObject> {
public PcGridAdapter(Context context) {
super(context, R.layout.generic_grid_item, R.drawable.computer);
super(context, R.layout.pc_grid_item, R.drawable.computer);
}
public void addComputer(PcView.ComputerObject computer) {