diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-03-28 23:19:19 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-03-28 23:19:19 +0200 |
commit | 0c0676b7dbf87e24ebcc4714adfb10d91e3d72b8 (patch) | |
tree | b68a39f709c760f8dc67522d1b489e658e1082e0 /src/main/res/xml | |
parent | f2e361d273c228a5007c4a3e257b0b77d5d990d4 (diff) | |
parent | fd6f0a842b61b0f4d1b90f798ebc96eb7da022f0 (diff) |
Merge branch 'master' of repos.thedevstack.de:conversations-plus
Diffstat (limited to 'src/main/res/xml')
-rw-r--r-- | src/main/res/xml/filepaths.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/xml/filepaths.xml b/src/main/res/xml/filepaths.xml new file mode 100644 index 00000000..71062dda --- /dev/null +++ b/src/main/res/xml/filepaths.xml @@ -0,0 +1,4 @@ +<paths xmlns:android="http://schemas.android.com/apk/res/android"> + <files-path name="conversationsplus_images" path="Images/"/> + <files-path name="conversationsplus_files" path="files/" /> +</paths>
\ No newline at end of file |