aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorRenato Mangini <mangini@google.com>2014-08-11 15:43:01 -0700
committerRenato Mangini <mangini@google.com>2014-09-05 22:44:10 +0000
commitf2a42133ba6e4b5ba38d2059dcb9b9dfac70d362 (patch)
tree998354fc9d06c4dd6b130746030c04c9ed21d00e /views
parent54d23241d5c140a5887e26431d5d81b302b3e539 (diff)
downloadandroid-f2a42133ba6e4b5ba38d2059dcb9b9dfac70d362.tar.gz
Add Wear sample and rename other samples modules
- Renamed all sample modules from <sampleDir>/<SampleName>Sample to <sampleDir>Application in order to support multi-module samples. - Add a Wear SynchronizedNotification sample Change-Id: I6141df5f3b161a81f389c532f2f9a67a8fe2d525
Diffstat (limited to 'views')
-rw-r--r--views/TextLinkify/Application/.gitignore (renamed from views/TextLinkify/TextLinkifySample/.gitignore)0
-rw-r--r--views/TextLinkify/Application/proguard-project.txt (renamed from views/TextLinkify/TextLinkifySample/proguard-project.txt)0
-rw-r--r--views/TextLinkify/Application/src/main/AndroidManifest.xml (renamed from views/TextLinkify/TextLinkifySample/src/main/AndroidManifest.xml)0
-rw-r--r--views/TextLinkify/Application/src/main/java/com/example/android/textlinkify/MainActivity.java (renamed from views/TextLinkify/TextLinkifySample/src/main/java/com/example/android/textlinkify/MainActivity.java)0
-rw-r--r--views/TextLinkify/Application/src/main/res/drawable-hdpi/ic_launcher.png (renamed from views/TextLinkify/TextLinkifySample/src/main/res/drawable-hdpi/ic_launcher.png)bin4609 -> 4609 bytes
-rw-r--r--views/TextLinkify/Application/src/main/res/drawable-mdpi/ic_launcher.png (renamed from views/TextLinkify/TextLinkifySample/src/main/res/drawable-mdpi/ic_launcher.png)bin2788 -> 2788 bytes
-rw-r--r--views/TextLinkify/Application/src/main/res/drawable-xhdpi/ic_launcher.png (renamed from views/TextLinkify/TextLinkifySample/src/main/res/drawable-xhdpi/ic_launcher.png)bin6597 -> 6597 bytes
-rw-r--r--views/TextLinkify/Application/src/main/res/drawable-xxhdpi/ic_launcher.png (renamed from views/TextLinkify/TextLinkifySample/src/main/res/drawable-xxhdpi/ic_launcher.png)bin11663 -> 11663 bytes
-rw-r--r--views/TextLinkify/Application/src/main/res/layout/sample_main.xml (renamed from views/TextLinkify/TextLinkifySample/src/main/res/layout/sample_main.xml)0
-rw-r--r--views/TextLinkify/Application/src/main/res/values-sw720dp-land/dimens.xml (renamed from views/TextLinkify/TextLinkifySample/src/main/res/values-sw720dp-land/dimens.xml)0
-rw-r--r--views/TextLinkify/Application/src/main/res/values/dimens.xml (renamed from views/TextLinkify/TextLinkifySample/src/main/res/values/dimens.xml)0
-rw-r--r--views/TextLinkify/Application/src/main/res/values/strings.xml (renamed from views/TextLinkify/TextLinkifySample/src/main/res/values/strings.xml)0
-rw-r--r--views/TextLinkify/Application/src/main/res/values/styles.xml (renamed from views/TextLinkify/TextLinkifySample/src/main/res/values/styles.xml)0
-rw-r--r--views/TextLinkify/Application/tests/AndroidManifest.xml (renamed from views/TextLinkify/TextLinkifySample/tests/AndroidManifest.xml)0
-rw-r--r--views/TextLinkify/Application/tests/src/com/example/android/textlinkify/tests/SampleTests.java (renamed from views/TextLinkify/TextLinkifySample/tests/src/com/example/android/textlinkify/tests/SampleTests.java)0
-rw-r--r--views/TextLinkify/settings.gradle5
16 files changed, 1 insertions, 4 deletions
diff --git a/views/TextLinkify/TextLinkifySample/.gitignore b/views/TextLinkify/Application/.gitignore
index 6eb878d4..6eb878d4 100644
--- a/views/TextLinkify/TextLinkifySample/.gitignore
+++ b/views/TextLinkify/Application/.gitignore
diff --git a/views/TextLinkify/TextLinkifySample/proguard-project.txt b/views/TextLinkify/Application/proguard-project.txt
index 0d8f171d..0d8f171d 100644
--- a/views/TextLinkify/TextLinkifySample/proguard-project.txt
+++ b/views/TextLinkify/Application/proguard-project.txt
diff --git a/views/TextLinkify/TextLinkifySample/src/main/AndroidManifest.xml b/views/TextLinkify/Application/src/main/AndroidManifest.xml
index 49b4eae0..49b4eae0 100644
--- a/views/TextLinkify/TextLinkifySample/src/main/AndroidManifest.xml
+++ b/views/TextLinkify/Application/src/main/AndroidManifest.xml
diff --git a/views/TextLinkify/TextLinkifySample/src/main/java/com/example/android/textlinkify/MainActivity.java b/views/TextLinkify/Application/src/main/java/com/example/android/textlinkify/MainActivity.java
index c9325a95..c9325a95 100644
--- a/views/TextLinkify/TextLinkifySample/src/main/java/com/example/android/textlinkify/MainActivity.java
+++ b/views/TextLinkify/Application/src/main/java/com/example/android/textlinkify/MainActivity.java
diff --git a/views/TextLinkify/TextLinkifySample/src/main/res/drawable-hdpi/ic_launcher.png b/views/TextLinkify/Application/src/main/res/drawable-hdpi/ic_launcher.png
index eae36bc1..eae36bc1 100644
--- a/views/TextLinkify/TextLinkifySample/src/main/res/drawable-hdpi/ic_launcher.png
+++ b/views/TextLinkify/Application/src/main/res/drawable-hdpi/ic_launcher.png
Binary files differ
diff --git a/views/TextLinkify/TextLinkifySample/src/main/res/drawable-mdpi/ic_launcher.png b/views/TextLinkify/Application/src/main/res/drawable-mdpi/ic_launcher.png
index f727f489..f727f489 100644
--- a/views/TextLinkify/TextLinkifySample/src/main/res/drawable-mdpi/ic_launcher.png
+++ b/views/TextLinkify/Application/src/main/res/drawable-mdpi/ic_launcher.png
Binary files differ
diff --git a/views/TextLinkify/TextLinkifySample/src/main/res/drawable-xhdpi/ic_launcher.png b/views/TextLinkify/Application/src/main/res/drawable-xhdpi/ic_launcher.png
index 51199d30..51199d30 100644
--- a/views/TextLinkify/TextLinkifySample/src/main/res/drawable-xhdpi/ic_launcher.png
+++ b/views/TextLinkify/Application/src/main/res/drawable-xhdpi/ic_launcher.png
Binary files differ
diff --git a/views/TextLinkify/TextLinkifySample/src/main/res/drawable-xxhdpi/ic_launcher.png b/views/TextLinkify/Application/src/main/res/drawable-xxhdpi/ic_launcher.png
index c49ec6a7..c49ec6a7 100644
--- a/views/TextLinkify/TextLinkifySample/src/main/res/drawable-xxhdpi/ic_launcher.png
+++ b/views/TextLinkify/Application/src/main/res/drawable-xxhdpi/ic_launcher.png
Binary files differ
diff --git a/views/TextLinkify/TextLinkifySample/src/main/res/layout/sample_main.xml b/views/TextLinkify/Application/src/main/res/layout/sample_main.xml
index 8f35a705..8f35a705 100644
--- a/views/TextLinkify/TextLinkifySample/src/main/res/layout/sample_main.xml
+++ b/views/TextLinkify/Application/src/main/res/layout/sample_main.xml
diff --git a/views/TextLinkify/TextLinkifySample/src/main/res/values-sw720dp-land/dimens.xml b/views/TextLinkify/Application/src/main/res/values-sw720dp-land/dimens.xml
index 560bd44e..560bd44e 100644
--- a/views/TextLinkify/TextLinkifySample/src/main/res/values-sw720dp-land/dimens.xml
+++ b/views/TextLinkify/Application/src/main/res/values-sw720dp-land/dimens.xml
diff --git a/views/TextLinkify/TextLinkifySample/src/main/res/values/dimens.xml b/views/TextLinkify/Application/src/main/res/values/dimens.xml
index 3b1975a0..3b1975a0 100644
--- a/views/TextLinkify/TextLinkifySample/src/main/res/values/dimens.xml
+++ b/views/TextLinkify/Application/src/main/res/values/dimens.xml
diff --git a/views/TextLinkify/TextLinkifySample/src/main/res/values/strings.xml b/views/TextLinkify/Application/src/main/res/values/strings.xml
index c50774ed..c50774ed 100644
--- a/views/TextLinkify/TextLinkifySample/src/main/res/values/strings.xml
+++ b/views/TextLinkify/Application/src/main/res/values/strings.xml
diff --git a/views/TextLinkify/TextLinkifySample/src/main/res/values/styles.xml b/views/TextLinkify/Application/src/main/res/values/styles.xml
index 29c42306..29c42306 100644
--- a/views/TextLinkify/TextLinkifySample/src/main/res/values/styles.xml
+++ b/views/TextLinkify/Application/src/main/res/values/styles.xml
diff --git a/views/TextLinkify/TextLinkifySample/tests/AndroidManifest.xml b/views/TextLinkify/Application/tests/AndroidManifest.xml
index e368f05f..e368f05f 100644
--- a/views/TextLinkify/TextLinkifySample/tests/AndroidManifest.xml
+++ b/views/TextLinkify/Application/tests/AndroidManifest.xml
diff --git a/views/TextLinkify/TextLinkifySample/tests/src/com/example/android/textlinkify/tests/SampleTests.java b/views/TextLinkify/Application/tests/src/com/example/android/textlinkify/tests/SampleTests.java
index 90a91cca..90a91cca 100644
--- a/views/TextLinkify/TextLinkifySample/tests/src/com/example/android/textlinkify/tests/SampleTests.java
+++ b/views/TextLinkify/Application/tests/src/com/example/android/textlinkify/tests/SampleTests.java
diff --git a/views/TextLinkify/settings.gradle b/views/TextLinkify/settings.gradle
index 38e7dddc..9464a359 100644
--- a/views/TextLinkify/settings.gradle
+++ b/views/TextLinkify/settings.gradle
@@ -1,4 +1 @@
-
-
-
-include 'TextLinkifySample'
+include 'Application'