Merge "Update the music files icon." into oc-dev

am: 47c6afde7f

Change-Id: I78e6e1a16e25aff0e0374f5910fcbba0624f712b
This commit is contained in:
Daniel Nishi
2017-06-09 00:19:03 +00:00
committed by android-build-merger
3 changed files with 26 additions and 26 deletions

View File

@@ -71,7 +71,7 @@ public class MusicViewHolderController implements FileViewHolderController {
@Override
public void setupView(AppViewHolder holder) {
holder.appIcon.setImageDrawable(mContext.getDrawable(R.drawable.ic_media_stream_on_24dp));
holder.appIcon.setImageDrawable(mContext.getDrawable(R.drawable.ic_headset_24dp));
holder.appName.setText(mContext.getText(R.string.audio_files_title));
holder.summary.setText(Formatter.formatFileSize(mContext, mMusicSize));
}