Skip to content

Commit

Permalink
Play Store beta release v2.2-rc6
Browse files Browse the repository at this point in the history
UX tweak : using theme accent (pink) for the selected station list item background instead of theme primary (blue).

This is APK pushed to Play Store.
  • Loading branch information
nackko committed Jun 12, 2016
1 parent d0bfd31 commit e01d6f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ private void setColorAndTransparencyFeedback(boolean selected, int availabilityV
}
else {
if (selected)
itemView.setBackgroundResource(R.color.theme_primary);
itemView.setBackgroundResource(R.color.theme_accent);
else
itemView.setBackgroundResource(android.R.color.transparent);

Expand Down

0 comments on commit e01d6f2

Please sign in to comment.