Skip to content

Commit 910021d

Browse files
Added missing resources.
1 parent 978f1c9 commit 910021d

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

Readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
File Dialog Tool
2+
----------------
3+
File Dialog Tool is an activity which alows browsing the file system of your
4+
device and pick file paths for loading or saving data.
5+
6+
![](localTempApp.png)
7+

Readme.md~

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
File Dialog Tool
2+
----------------
3+
File Dialog Tool is an activity which alows browsing the file system of your
4+
device and pick file paths for loading or saving data.

app/app.iml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,6 @@
141141
<orderEntry type="library" name="Gradle: androidx.arch.core:core-runtime:2.0.0@aar" level="project" />
142142
<orderEntry type="library" name="Gradle: androidx.constraintlayout:constraintlayout:1.1.3@aar" level="project" />
143143
<orderEntry type="module" module-name="filedialogtool" />
144+
<orderEntry type="module" module-name="filedialogtool" />
144145
</component>
145146
</module>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<color name="colorLightGrey">#888888</color>
4+
<color name="colorPrimary">#008577</color>
5+
<color name="colorPrimaryDark">#00574B</color>
6+
<color name="colorAccent">#D81B60</color>
7+
</resources>

0 commit comments

Comments
 (0)