summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-07-16 17:45:04 -0700
committerRomain Guy <romainguy@android.com>2009-07-16 17:46:19 -0700
commit6b3f51d373f19711a7fac44f2f6df9dc89110eb1 (patch)
treea61168dd605a59f954e9bf1ec5d243b3be8b3ca6 /res/drawable
parent1dd3a077a293bf3ac4e61e91dcc3dfc99487acd4 (diff)
downloadandroid_packages_apps_Trebuchet-6b3f51d373f19711a7fac44f2f6df9dc89110eb1.tar.gz
android_packages_apps_Trebuchet-6b3f51d373f19711a7fac44f2f6df9dc89110eb1.tar.bz2
android_packages_apps_Trebuchet-6b3f51d373f19711a7fac44f2f6df9dc89110eb1.zip
More new gestures UI. Adds a back button at the bottom of the settings activity.
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/g_background.9.pngbin0 -> 392 bytes
-rw-r--r--res/drawable/g_bar_background.xml19
-rw-r--r--res/drawable/gestures_frame.9.pngbin6582 -> 3882 bytes
-rw-r--r--res/drawable/mirrored_shadow.9.pngbin0 -> 165 bytes
4 files changed, 19 insertions, 0 deletions
diff --git a/res/drawable/g_background.9.png b/res/drawable/g_background.9.png
new file mode 100644
index 000000000..a4bf81764
--- /dev/null
+++ b/res/drawable/g_background.9.png
Binary files differ
diff --git a/res/drawable/g_bar_background.xml b/res/drawable/g_bar_background.xml
new file mode 100644
index 000000000..b9f669494
--- /dev/null
+++ b/res/drawable/g_bar_background.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
+ android:src="@drawable/g_background"
+ android:dither="true" />
diff --git a/res/drawable/gestures_frame.9.png b/res/drawable/gestures_frame.9.png
index c5f564063..3119a815b 100644
--- a/res/drawable/gestures_frame.9.png
+++ b/res/drawable/gestures_frame.9.png
Binary files differ
diff --git a/res/drawable/mirrored_shadow.9.png b/res/drawable/mirrored_shadow.9.png
new file mode 100644
index 000000000..84516dddb
--- /dev/null
+++ b/res/drawable/mirrored_shadow.9.png
Binary files differ