New app grid UI
This commit is contained in:
@@ -113,11 +113,7 @@ public class AppGridAdapter extends GenericGridAdapter<AppView.AppObject> {
|
||||
@Override
|
||||
public void populateView(ImageView imgView, ProgressBar prgView, TextView txtView, ImageView overlayView, AppView.AppObject obj) {
|
||||
// Let the cached asset loader handle it
|
||||
loader.populateImageView(obj.app, imgView, prgView);
|
||||
|
||||
// Select the text view so it starts marquee mode
|
||||
txtView.setSelected(true);
|
||||
txtView.setText(obj.app.getAppName());
|
||||
loader.populateImageView(obj.app, imgView, txtView);
|
||||
|
||||
if (obj.isRunning) {
|
||||
// Show the play button overlay
|
||||
|
||||
Reference in New Issue
Block a user