Merge "Use the music note icon for the music files pref." into oc-dev
am: fbaa29a4b1
Change-Id: Ic1b0ad7ec4e260703a2cdafcefdc4209957e2561
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user