diff options
author | fupduck <fupduck@sacknagel.com> | 2017-12-14 06:00:38 -0800 |
---|---|---|
committer | fupduck <fupduck@sacknagel.com> | 2017-12-14 06:00:38 -0800 |
commit | 18e24819eed388d349dbf6d7cd21534d7074bf5d (patch) | |
tree | 3296760f98a3d67664e50b0f763bfc9f4f217f8a /app/src/main/res/values/attrs.xml | |
parent | f19e355b2e53af5d76880bb7450137c4c9a2e227 (diff) | |
parent | 7fff5992eb7c3bf04990d652ac1bccd6df02b8bc (diff) |
Merge branch '0.9.8/startActivity' into '0.9.8'
Add Splash StartActivity
See merge request leap/bitmask_android!19
Diffstat (limited to 'app/src/main/res/values/attrs.xml')
-rw-r--r-- | app/src/main/res/values/attrs.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml deleted file mode 100644 index cb503b86..00000000 --- a/app/src/main/res/values/attrs.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> - -<resources> - <declare-styleable name="FileSelectLayout"> - <attr name="title" format="string|reference" /> -<!-- <attr name="taskid" format="integer" /> --> - </declare-styleable> -</resources>
\ No newline at end of file |