File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -61,17 +61,19 @@ startActivityForResult(intent, REQUEST_CODE);
6161 <img src =" https://i.imgur.com/WlVDRIG.png " width =" 300 " />
6262</p >
6363#### Changing the default icons with your custom drawables
64- < br />
64+
6565```
6666SimpleFileResources.imageFileId = R.drawable.ic_my_custom_file;
6767SimpleFileResources.imageDirectoryId = R.drawable.ic_my_custom_directory;
6868```
69+
6970##### If you want to use the default icons:
70- < br />
71+
7172```
7273SimpleFileResources.imageFileId = null;
7374SimpleFileResources.imageDirectoryId = null;
7475```
76+
7577#### END
7678##### You are free to use this library however you want. Credit is appreciated but it's not requiered.
7779##### Feel free to suggest new features or report problems by opening new issue or contacting me by email.
You can’t perform that action at this time.
0 commit comments