We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b44e8 commit 830314eCopy full SHA for 830314e
README.md
@@ -60,13 +60,14 @@ startActivityForResult(intent, REQUEST_CODE);
60
<img src="https://i.imgur.com/2dU8LR0.png" width="300" />
61
<img src="https://i.imgur.com/WlVDRIG.png" width="300" />
62
</p>
63
+
64
#### Changing the default icons with your custom drawables
65
66
```
67
SimpleFileResources.imageFileId = R.drawable.ic_my_custom_file;
68
SimpleFileResources.imageDirectoryId = R.drawable.ic_my_custom_directory;
69
-<br/>
70
71
##### If you want to use the default icons:
72
73
0 commit comments