Merge "Update the music files icon." into oc-dev
am: 47c6afde7f
Change-Id: I20505a1958f7639ac91c571371a7555c4f9b9024
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