From c05bf09001ce3f3b76a2c195ea64874d2978ee60 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 21 Sep 2011 15:35:45 -0700 Subject: [PATCH] small HC Gallery updates to put alternative values in appropriate config and update manifest Change-Id: If55961ef28b1be5e500618f0a485328f9433e443 --- samples/HoneycombGallery/AndroidManifest.xml | 4 ++-- .../res/{values-port => values-large-port}/dimens.xml | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename samples/HoneycombGallery/res/{values-port => values-large-port}/dimens.xml (100%) diff --git a/samples/HoneycombGallery/AndroidManifest.xml b/samples/HoneycombGallery/AndroidManifest.xml index 704a1c6a6..2a99856c4 100644 --- a/samples/HoneycombGallery/AndroidManifest.xml +++ b/samples/HoneycombGallery/AndroidManifest.xml @@ -16,9 +16,9 @@ --> + android:versionName="1.5"> - + diff --git a/samples/HoneycombGallery/res/values-port/dimens.xml b/samples/HoneycombGallery/res/values-large-port/dimens.xml similarity index 100% rename from samples/HoneycombGallery/res/values-port/dimens.xml rename to samples/HoneycombGallery/res/values-large-port/dimens.xml