diff options
author | Romain Guy <romainguy@android.com> | 2009-07-16 17:45:04 -0700 |
---|---|---|
committer | Romain Guy <romainguy@android.com> | 2009-07-16 17:46:19 -0700 |
commit | 6b3f51d373f19711a7fac44f2f6df9dc89110eb1 (patch) | |
tree | a61168dd605a59f954e9bf1ec5d243b3be8b3ca6 /res/drawable | |
parent | 1dd3a077a293bf3ac4e61e91dcc3dfc99487acd4 (diff) | |
download | packages_apps_trebuchet-6b3f51d373f19711a7fac44f2f6df9dc89110eb1.zip packages_apps_trebuchet-6b3f51d373f19711a7fac44f2f6df9dc89110eb1.tar.gz packages_apps_trebuchet-6b3f51d373f19711a7fac44f2f6df9dc89110eb1.tar.bz2 |
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.png | bin | 0 -> 392 bytes | |||
-rw-r--r-- | res/drawable/g_bar_background.xml | 19 | ||||
-rw-r--r-- | res/drawable/gestures_frame.9.png | bin | 6582 -> 3882 bytes | |||
-rw-r--r-- | res/drawable/mirrored_shadow.9.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..a4bf817 --- /dev/null +++ b/res/drawable/g_background.9.png diff --git a/res/drawable/g_bar_background.xml b/res/drawable/g_bar_background.xml new file mode 100644 index 0000000..b9f6694 --- /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 Binary files differindex c5f5640..3119a81 100644 --- a/res/drawable/gestures_frame.9.png +++ b/res/drawable/gestures_frame.9.png diff --git a/res/drawable/mirrored_shadow.9.png b/res/drawable/mirrored_shadow.9.png Binary files differnew file mode 100644 index 0000000..84516dd --- /dev/null +++ b/res/drawable/mirrored_shadow.9.png |