Skip to content

Commit 830314e

Browse files
authored
Update README.md
1 parent b0b44e8 commit 830314e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,14 @@ startActivityForResult(intent, REQUEST_CODE);
6060
<img src="https://i.imgur.com/2dU8LR0.png" width="300" />
6161
<img src="https://i.imgur.com/WlVDRIG.png" width="300" />
6262
</p>
63+
6364
#### Changing the default icons with your custom drawables
6465

6566
```
6667
SimpleFileResources.imageFileId = R.drawable.ic_my_custom_file;
6768
SimpleFileResources.imageDirectoryId = R.drawable.ic_my_custom_directory;
6869
```
69-
<br/>
70+
7071
##### If you want to use the default icons:
7172

7273
```

0 commit comments

Comments
 (0)