diff --git a/YetAnotherDrawableDemo/AndroidManifest.xml b/YetAnotherDrawableDemo/AndroidManifest.xml index 1a3b909..639a58a 100644 --- a/YetAnotherDrawableDemo/AndroidManifest.xml +++ b/YetAnotherDrawableDemo/AndroidManifest.xml @@ -13,6 +13,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/YetAnotherDrawableDemo/default.properties b/YetAnotherDrawableDemo/default.properties index 66db0d1..db9665c 100644 --- a/YetAnotherDrawableDemo/default.properties +++ b/YetAnotherDrawableDemo/default.properties @@ -9,3 +9,5 @@ # Project target. target=android-10 +android.library.reference.1=..\\YetAnotherDrawableDemoLib +android.library.reference.2=../YetAnotherDrawableDemoApp diff --git a/YetAnotherDrawableDemo/res/drawable/line_drawable.xml b/YetAnotherDrawableDemo/res/drawable/line_drawable.xml new file mode 100644 index 0000000..6ec2358 --- /dev/null +++ b/YetAnotherDrawableDemo/res/drawable/line_drawable.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/YetAnotherDrawableDemo/res/drawable/oval_drawable.xml b/YetAnotherDrawableDemo/res/drawable/oval_drawable.xml index cf9574c..df66b23 100644 --- a/YetAnotherDrawableDemo/res/drawable/oval_drawable.xml +++ b/YetAnotherDrawableDemo/res/drawable/oval_drawable.xml @@ -1,5 +1,5 @@ - - + + diff --git a/YetAnotherDrawableDemo/res/drawable/rectangle_drawable.xml b/YetAnotherDrawableDemo/res/drawable/rectangle_drawable.xml new file mode 100644 index 0000000..6ffdde1 --- /dev/null +++ b/YetAnotherDrawableDemo/res/drawable/rectangle_drawable.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/YetAnotherDrawableDemo/res/drawable/ring_drawable.xml b/YetAnotherDrawableDemo/res/drawable/ring_drawable.xml new file mode 100644 index 0000000..7da06cb --- /dev/null +++ b/YetAnotherDrawableDemo/res/drawable/ring_drawable.xml @@ -0,0 +1,18 @@ + + + + + + + diff --git a/YetAnotherDrawableDemo/res/layout/cameratransform_drawable_config.xml b/YetAnotherDrawableDemo/res/layout/cameratransform_drawable_config.xml new file mode 100644 index 0000000..6f52856 --- /dev/null +++ b/YetAnotherDrawableDemo/res/layout/cameratransform_drawable_config.xml @@ -0,0 +1,21 @@ + + +