diff options
Diffstat (limited to 'samples/browseable/BasicGestureDetect')
6 files changed, 6 insertions, 0 deletions
diff --git a/samples/browseable/BasicGestureDetect/_index.jd b/samples/browseable/BasicGestureDetect/_index.jd index 1e5d0d26c..77b02d79b 100644 --- a/samples/browseable/BasicGestureDetect/_index.jd +++ b/samples/browseable/BasicGestureDetect/_index.jd @@ -1,3 +1,4 @@ + page.tags="BasicGestureDetect" sample.group=Input @jd:body diff --git a/samples/browseable/BasicGestureDetect/res/values-v21/base-colors.xml b/samples/browseable/BasicGestureDetect/res/values-v21/base-colors.xml index 34c9cd138..8b6ec3f85 100644 --- a/samples/browseable/BasicGestureDetect/res/values-v21/base-colors.xml +++ b/samples/browseable/BasicGestureDetect/res/values-v21/base-colors.xml @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> + <resources> diff --git a/samples/browseable/BasicGestureDetect/res/values-v21/base-template-styles.xml b/samples/browseable/BasicGestureDetect/res/values-v21/base-template-styles.xml index 0b2948f7e..c778e4f98 100644 --- a/samples/browseable/BasicGestureDetect/res/values-v21/base-template-styles.xml +++ b/samples/browseable/BasicGestureDetect/res/values-v21/base-template-styles.xml @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> + <resources> <!-- Activity themes --> diff --git a/samples/browseable/BasicGestureDetect/res/values/base-strings.xml b/samples/browseable/BasicGestureDetect/res/values/base-strings.xml index 8b96af7a1..63e73d1b7 100644 --- a/samples/browseable/BasicGestureDetect/res/values/base-strings.xml +++ b/samples/browseable/BasicGestureDetect/res/values/base-strings.xml @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> + <resources> <string name="app_name">BasicGestureDetect</string> <string name="intro_message"> diff --git a/samples/browseable/BasicGestureDetect/res/values/strings.xml b/samples/browseable/BasicGestureDetect/res/values/strings.xml index 826d90f15..004a143cd 100644 --- a/samples/browseable/BasicGestureDetect/res/values/strings.xml +++ b/samples/browseable/BasicGestureDetect/res/values/strings.xml @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> + <resources> <string name="sample_action">Clear Text</string> </resources> diff --git a/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/MainActivity.java b/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/MainActivity.java index 57d935447..7f540b7fe 100644 --- a/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/MainActivity.java +++ b/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/MainActivity.java @@ -14,6 +14,7 @@ * limitations under the License. */ + package com.example.android.basicgesturedetect; import android.graphics.Color; |