summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/howto_sharetap.pngbin0 -> 7792 bytes
-rw-r--r--res/layout/holding_it_wrong.xml32
-rw-r--r--res/layout/screenshot.xml20
-rw-r--r--res/raw/start.oggbin18515 -> 23068 bytes
4 files changed, 32 insertions, 20 deletions
diff --git a/res/drawable-hdpi/howto_sharetap.png b/res/drawable-hdpi/howto_sharetap.png
new file mode 100644
index 0000000..b78329d
--- /dev/null
+++ b/res/drawable-hdpi/howto_sharetap.png
Binary files differ
diff --git a/res/layout/holding_it_wrong.xml b/res/layout/holding_it_wrong.xml
new file mode 100644
index 0000000..4cd86ad
--- /dev/null
+++ b/res/layout/holding_it_wrong.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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.
+-->
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/padding"
+ android:orientation="vertical"
+ android:gravity="center"
+>
+
+ <ImageView android:id="@+id/image"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingBottom="15px"
+ android:src="@drawable/howto_sharetap"
+ android:paddingTop="10px"
+ />
+
+</LinearLayout>
+
+
diff --git a/res/layout/screenshot.xml b/res/layout/screenshot.xml
index 9f27b7f..e29aff4 100644
--- a/res/layout/screenshot.xml
+++ b/res/layout/screenshot.xml
@@ -24,29 +24,9 @@
android:adjustViewBounds="true"
android:src="@drawable/p2p_bg"
/>
- <RelativeLayout android:layout_width="match_parent"
- android:layout_height="match_parent"
- >
- <TextView android:id="@+id/calltoaction"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="@string/touch"
- android:textSize="35px"
- android:layout_alignParentTop="true"
- android:paddingTop="30dip"
- android:gravity="center"
- />
- </RelativeLayout>
-
- <ImageView android:id="@+id/clone"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:adjustViewBounds="true"
- />
<ImageView android:id="@+id/screenshot"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
/>
-
</FrameLayout>
diff --git a/res/raw/start.ogg b/res/raw/start.ogg
index baa38ba..e08e155 100644
--- a/res/raw/start.ogg
+++ b/res/raw/start.ogg
Binary files differ