File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A FileBrowser / FileChooser for Android that you can integrate to your app to br
77<img src =" https://cloud.githubusercontent.com/assets/19688735/25305186/6701b33a-2794-11e7-8c58-d5da64e40768.png " width =" 300 " > <img src =" https://cloud.githubusercontent.com/assets/19688735/25305191/67038f8e-2794-11e7-8777-4bb0db870c31.png " width =" 300 " >
88<img src =" https://cloud.githubusercontent.com/assets/19688735/25305192/6730cec2-2794-11e7-8ab0-9b696822520f.png " width =" 300 " > <img src =" https://cloud.githubusercontent.com/assets/19688735/25305193/6733e6fc-2794-11e7-852d-66fe162655d2.png " width =" 300 " >
99
10- It easily integrates with your app's color scheme. You can change the color scheme using
10+ It easily integrates with your app's color scheme. You can change the color scheme using the following in your styles.xml
1111
1212``` xml
1313<item name =" colorPrimary" >@color/colorPrimary</item >
@@ -19,7 +19,7 @@ It easily integrates with your app's color scheme. You can change the color sche
1919
2020There are 3 main classes to use the library.
2121
22- 1 . FileBrowser - USed to just Browse files in storage (has all file IO features)
22+ 1 . FileBrowser - Used to just Browse files in storage (has all file IO features)
23232 . FileChooser - Used to select single/multiple files in storage (has some IO features)
24243 . FileBrowserWithCustomHandler - Used to run custom code when files are selected (has all IO features)
2525
You can’t perform that action at this time.
0 commit comments