Merge "Use the music note icon for the music files pref." into oc-dev am: fbaa29a4b1

am: b6afa7575a

Change-Id: Ia644597897ad020468bc1bf8c12ba84c76e8893c
This commit is contained in:
Daniel Nishi
2017-04-14 20:00:05 +00:00
committed by android-build-merger
2 changed files with 26 additions and 1 deletions

View File

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