Merge "Update the music files icon." into oc-dev
am: 47c6afde7f
Change-Id: I78e6e1a16e25aff0e0374f5910fcbba0624f712b
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user