Skip to content

Commit f0903d0

Browse files
authored
Update README.md
1 parent 98bc300 commit f0903d0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```
6666
SimpleFileResources.imageFileId = R.drawable.ic_my_custom_file;
6767
SimpleFileResources.imageDirectoryId = R.drawable.ic_my_custom_directory;
6868
```
69+
6970
##### If you want to use the default icons:
70-
<br/>
71+
7172
```
7273
SimpleFileResources.imageFileId = null;
7374
SimpleFileResources.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.

0 commit comments

Comments
 (0)