New app grid UI

This commit is contained in:
Cameron Gutman
2020-06-11 21:51:07 -07:00
parent 9fb7359a3e
commit 47b2ace7fd
7 changed files with 69 additions and 110 deletions
@@ -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