diff --git a/samples/training/InteractiveChart/AndroidManifest.xml b/samples/training/InteractiveChart/AndroidManifest.xml new file mode 100755 index 000000000..1e29155ab --- /dev/null +++ b/samples/training/InteractiveChart/AndroidManifest.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + diff --git a/samples/training/InteractiveChart/libs/android-support-v4.jar b/samples/training/InteractiveChart/libs/android-support-v4.jar new file mode 100644 index 000000000..6080877d4 Binary files /dev/null and b/samples/training/InteractiveChart/libs/android-support-v4.jar differ diff --git a/samples/training/InteractiveChart/project.properties b/samples/training/InteractiveChart/project.properties new file mode 100755 index 000000000..7c903ad04 --- /dev/null +++ b/samples/training/InteractiveChart/project.properties @@ -0,0 +1,27 @@ +# +# Copyright 2013 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "ant.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-17 diff --git a/samples/training/InteractiveChart/res/drawable-hdpi/ic_launcher.png b/samples/training/InteractiveChart/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 000000000..9e2d6eebb Binary files /dev/null and b/samples/training/InteractiveChart/res/drawable-hdpi/ic_launcher.png differ diff --git a/samples/training/InteractiveChart/res/drawable-mdpi/ic_launcher.png b/samples/training/InteractiveChart/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 000000000..229293037 Binary files /dev/null and b/samples/training/InteractiveChart/res/drawable-mdpi/ic_launcher.png differ diff --git a/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_pan_down.png b/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_pan_down.png new file mode 100644 index 000000000..38c7b20d7 Binary files /dev/null and b/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_pan_down.png differ diff --git a/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_pan_left.png b/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_pan_left.png new file mode 100644 index 000000000..e97e910e0 Binary files /dev/null and b/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_pan_left.png differ diff --git a/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_pan_right.png b/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_pan_right.png new file mode 100644 index 000000000..7dc45c0d4 Binary files /dev/null and b/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_pan_right.png differ diff --git a/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_pan_up.png b/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_pan_up.png new file mode 100644 index 000000000..2ed325108 Binary files /dev/null and b/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_pan_up.png differ diff --git a/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_zoom_in.png b/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_zoom_in.png new file mode 100644 index 000000000..23b9a1c18 Binary files /dev/null and b/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_zoom_in.png differ diff --git a/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_zoom_out.png b/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_zoom_out.png new file mode 100644 index 000000000..bb952748c Binary files /dev/null and b/samples/training/InteractiveChart/res/drawable-xhdpi/ic_action_zoom_out.png differ diff --git a/samples/training/InteractiveChart/res/drawable-xhdpi/ic_launcher.png b/samples/training/InteractiveChart/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 000000000..b1e36137e Binary files /dev/null and b/samples/training/InteractiveChart/res/drawable-xhdpi/ic_launcher.png differ diff --git a/samples/training/InteractiveChart/res/drawable-xxhdpi/ic_launcher.png b/samples/training/InteractiveChart/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..2217834da Binary files /dev/null and b/samples/training/InteractiveChart/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/samples/training/InteractiveChart/res/layout/activity_main.xml b/samples/training/InteractiveChart/res/layout/activity_main.xml new file mode 100755 index 000000000..285d8ae18 --- /dev/null +++ b/samples/training/InteractiveChart/res/layout/activity_main.xml @@ -0,0 +1,32 @@ + + + diff --git a/samples/training/InteractiveChart/res/menu/main.xml b/samples/training/InteractiveChart/res/menu/main.xml new file mode 100644 index 000000000..ad758e52d --- /dev/null +++ b/samples/training/InteractiveChart/res/menu/main.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + diff --git a/samples/training/InteractiveChart/res/values-sw600dp/dimens.xml b/samples/training/InteractiveChart/res/values-sw600dp/dimens.xml new file mode 100644 index 000000000..a7073d413 --- /dev/null +++ b/samples/training/InteractiveChart/res/values-sw600dp/dimens.xml @@ -0,0 +1,19 @@ + + + + 48dp + diff --git a/samples/training/InteractiveChart/res/values-v11/styles.xml b/samples/training/InteractiveChart/res/values-v11/styles.xml new file mode 100644 index 000000000..8ff79ca90 --- /dev/null +++ b/samples/training/InteractiveChart/res/values-v11/styles.xml @@ -0,0 +1,19 @@ + + + +