app/src/main/res/xml/avatar_paths.xml
author Da Risk <da_risk@beem-project.com>
Fri, 08 Jan 2016 11:31:18 +0100
changeset 1076 137d0bf0e959
parent 1069 a2ec39a59c06
permissions -rw-r--r--
Fix some checkstyle issues
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1069
a2ec39a59c06 Make AvatarProvider implement FileProvider to simplify the implementation
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     1
<paths xmlns:android="http://schemas.android.com/apk/res/android">
a2ec39a59c06 Make AvatarProvider implement FileProvider to simplify the implementation
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     2
    <cache-path name="avatars" path="avatar/users"/>
a2ec39a59c06 Make AvatarProvider implement FileProvider to simplify the implementation
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     3
</paths>