aboutsummaryrefslogtreecommitdiffstats
path: root/google-play-services_lib
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2014-08-06 10:36:43 +0200
committerSamuel Tardieu <sam@rfc1149.net>2014-08-06 10:36:43 +0200
commit12dd2658220cab0383c497b079bd64ddc3b2c8c5 (patch)
tree9b02ba386786a79c97e2ec6263568e8a8e6e4d57 /google-play-services_lib
parentfa4d0ecd2ae5de751aa112e20d9350c6f65296e9 (diff)
downloadcgeo-12dd2658220cab0383c497b079bd64ddc3b2c8c5.zip
cgeo-12dd2658220cab0383c497b079bd64ddc3b2c8c5.tar.gz
cgeo-12dd2658220cab0383c497b079bd64ddc3b2c8c5.tar.bz2
Add missing files from Google Play services library
Diffstat (limited to 'google-play-services_lib')
-rw-r--r--google-play-services_lib/ant.properties17
-rw-r--r--google-play-services_lib/proguard-project.txt20
-rw-r--r--google-play-services_lib/res/drawable-hdpi/ic_launcher.pngbin0 -> 9397 bytes
-rw-r--r--google-play-services_lib/res/drawable-ldpi/ic_launcher.pngbin0 -> 2729 bytes
-rw-r--r--google-play-services_lib/res/drawable-mdpi/ic_launcher.pngbin0 -> 5237 bytes
-rw-r--r--google-play-services_lib/res/drawable-xhdpi/ic_launcher.pngbin0 -> 14383 bytes
-rw-r--r--google-play-services_lib/res/layout/main.xml7
-rw-r--r--google-play-services_lib/res/values/strings.xml4
8 files changed, 48 insertions, 0 deletions
diff --git a/google-play-services_lib/ant.properties b/google-play-services_lib/ant.properties
new file mode 100644
index 0000000..b0971e8
--- /dev/null
+++ b/google-play-services_lib/ant.properties
@@ -0,0 +1,17 @@
+# This file is used to override default values used by the Ant build system.
+#
+# This file must be checked into Version Control Systems, as it is
+# integral to the build system of your project.
+
+# This file is only used by the Ant script.
+
+# You can use this to override default values such as
+# 'source.dir' for the location of your java source folder and
+# 'out.dir' for the location of your output folder.
+
+# You can also use it define how the release builds are signed by declaring
+# the following properties:
+# 'key.store' for the location of your keystore and
+# 'key.alias' for the name of the key to use.
+# The password will be asked during the build when you use the 'release' target.
+
diff --git a/google-play-services_lib/proguard-project.txt b/google-play-services_lib/proguard-project.txt
new file mode 100644
index 0000000..f2fe155
--- /dev/null
+++ b/google-play-services_lib/proguard-project.txt
@@ -0,0 +1,20 @@
+# To enable ProGuard in your project, edit project.properties
+# to define the proguard.config property as described in that file.
+#
+# Add project specific ProGuard rules here.
+# By default, the flags in this file are appended to flags specified
+# in ${sdk.dir}/tools/proguard/proguard-android.txt
+# You can edit the include path and order by changing the ProGuard
+# include property in project.properties.
+#
+# For more details, see
+# http://developer.android.com/guide/developing/tools/proguard.html
+
+# Add any project specific keep options here:
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+# public *;
+#}
diff --git a/google-play-services_lib/res/drawable-hdpi/ic_launcher.png b/google-play-services_lib/res/drawable-hdpi/ic_launcher.png
new file mode 100644
index 0000000..96a442e
--- /dev/null
+++ b/google-play-services_lib/res/drawable-hdpi/ic_launcher.png
Binary files differ
diff --git a/google-play-services_lib/res/drawable-ldpi/ic_launcher.png b/google-play-services_lib/res/drawable-ldpi/ic_launcher.png
new file mode 100644
index 0000000..9923872
--- /dev/null
+++ b/google-play-services_lib/res/drawable-ldpi/ic_launcher.png
Binary files differ
diff --git a/google-play-services_lib/res/drawable-mdpi/ic_launcher.png b/google-play-services_lib/res/drawable-mdpi/ic_launcher.png
new file mode 100644
index 0000000..359047d
--- /dev/null
+++ b/google-play-services_lib/res/drawable-mdpi/ic_launcher.png
Binary files differ
diff --git a/google-play-services_lib/res/drawable-xhdpi/ic_launcher.png b/google-play-services_lib/res/drawable-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..71c6d76
--- /dev/null
+++ b/google-play-services_lib/res/drawable-xhdpi/ic_launcher.png
Binary files differ
diff --git a/google-play-services_lib/res/layout/main.xml b/google-play-services_lib/res/layout/main.xml
new file mode 100644
index 0000000..fecd7d5
--- /dev/null
+++ b/google-play-services_lib/res/layout/main.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical"
+ android:layout_width="fill_parent" android:layout_height="fill_parent">
+ <TextView android:layout_width="fill_parent" android:layout_height="wrap_content"
+ android:text="Hello World, ACTIVITY_ENTRY_NAME" />
+</LinearLayout>
+
diff --git a/google-play-services_lib/res/values/strings.xml b/google-play-services_lib/res/values/strings.xml
new file mode 100644
index 0000000..ee5af40
--- /dev/null
+++ b/google-play-services_lib/res/values/strings.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="app_name">ACTIVITY_ENTRY_NAME</string>
+</resources>