diff options
Diffstat (limited to 'testapps/customPropAnimTest/res/values/strings.xml')
-rw-r--r-- | testapps/customPropAnimTest/res/values/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testapps/customPropAnimTest/res/values/strings.xml b/testapps/customPropAnimTest/res/values/strings.xml new file mode 100644 index 0000000..9c3c31b --- /dev/null +++ b/testapps/customPropAnimTest/res/values/strings.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <string name="hello">Hello World, CustomPropertyAnimationActivity!</string> + <string name="app_name">CustomPropertyAnimation</string> + +</resources>
\ No newline at end of file |