Skip to content

Commit b07da9b

Browse files
Update Readme.md
1 parent 2c05b31 commit b07da9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
File Dialog Tool
22
================
3-
File Dialog Tool is an activity which allows browsing the file system of your
3+
<i>File Dialog Tool</i> is an activity which allows to browse through the file system of your
44
device and pick file paths for loading or saving data.
55

66
An example of how to use this library in your own project can be found here: [Example app mainActivity](app/src/main/java/berthold/filedialog)
@@ -14,15 +14,15 @@ Browsing.
1414

1515
![](3.png)
1616

17-
When called with 'save- file' option, a floatig action button to do so is displayed. Argument returned will show if just the folder or folder and file was picked.
17+
When called with 'save- file' option, a floatig action button to do so is displayed. The arguments returned will show if just the folder or folder and file was picked.
1818

1919
![](1.png)
2020

2121
Preview feature.
2222

23-
Import this library into your own Android Studio project
24-
--------------------------------------------------------
25-
The first step is to prepeare your Android Studio's 'build.gradle' files (Project level and module level).
23+
Import this library into your own <i>Android Studio</i> project
24+
---------------------------------------------------------------
25+
The first step is to prepare your Android Studio's 'build.gradle' files (Project level and module level). The second step is to allow the permissions needed by the app.
2626

2727
<b>Project level</b>
2828

0 commit comments

Comments
 (0)