aboutsummaryrefslogtreecommitdiff
path: root/src/github
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-05-02 18:25:43 -0700
committerScott Jackson <daneren2005@gmail.com>2014-05-02 18:25:43 -0700
commit6313f3bb976fe62ea6f3189c3a68f12cdc3d18da (patch)
tree00260f04a1e4d6e3811688494bb0870b3b4eec7c /src/github
parent4e68c34f3e5edef90d4754c3ac4fe2590b2e5522 (diff)
downloaddsub-6313f3bb976fe62ea6f3189c3a68f12cdc3d18da.tar.gz
dsub-6313f3bb976fe62ea6f3189c3a68f12cdc3d18da.tar.bz2
dsub-6313f3bb976fe62ea6f3189c3a68f12cdc3d18da.zip
Add back star to albums, make grid text a step smaller
Diffstat (limited to 'src/github')
-rw-r--r--src/github/daneren2005/dsub/view/AlbumCell.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/github/daneren2005/dsub/view/AlbumCell.java b/src/github/daneren2005/dsub/view/AlbumCell.java
index 7cfe33f6..b0fb6193 100644
--- a/src/github/daneren2005/dsub/view/AlbumCell.java
+++ b/src/github/daneren2005/dsub/view/AlbumCell.java
@@ -49,6 +49,9 @@ public class AlbumCell extends UpdateView {
coverArtView = findViewById(R.id.album_coverart);
titleView = (TextView) findViewById(R.id.album_title);
artistView = (TextView) findViewById(R.id.album_artist);
+
+ starButton = (ImageButton) findViewById(R.id.album_star);
+ starButton.setFocusable(false);
moreButton = (ImageView) findViewById(R.id.album_more);
moreButton.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {