Fix app grid UI issues

This commit is contained in:
Cameron Gutman
2014-11-16 14:27:20 -08:00
parent cf2d83a1ea
commit dd59f0bc6d
4 changed files with 19 additions and 8 deletions

View File

@@ -148,6 +148,9 @@ public class AppGridAdapter extends GenericGridAdapter<AppView.AppObject> {
@Override
public boolean populateTextView(TextView txtView, AppView.AppObject obj) {
// Select the text view so it starts marquee mode
txtView.setSelected(true);
// Return false to use the app's toString method
return false;
}