UIView *onExpandView = [[UIView alloc]initWithFrame:CGRectMake(0, 37, 320, 61)];
UIColor *bgColor = [UIColor colorWithPatternImage: [UIImage imageNamed:@"devicemanager_bg.png"]];
[onExpandView setBackgroundColor:bgColor];
UIView *onExpandView = [[UIView alloc]initWithFrame:CGRectMake(0, 37, 320, 61)];
UIColor *bgColor = [UIColor colorWithPatternImage: [UIImage imageNamed:@"devicemanager_bg.png"]];
[onExpandView setBackgroundColor:bgColor];