summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2012-11-28 11:28:22 -0800
committerRomain Guy <romainguy@google.com>2012-11-28 11:28:22 -0800
commit90db26c1a656c8ce41a9ef3258a46cea1938e0ad (patch)
tree97d09291d1b9e645dbb8ccf8f3f5f2b10934b1c3 /res/drawable
parentf4b92dad199704cd0d75c04bd0206b3330bf32d9 (diff)
downloadandroid_packages_apps_Dialer-90db26c1a656c8ce41a9ef3258a46cea1938e0ad.tar.gz
android_packages_apps_Dialer-90db26c1a656c8ce41a9ef3258a46cea1938e0ad.tar.bz2
android_packages_apps_Dialer-90db26c1a656c8ce41a9ef3258a46cea1938e0ad.zip
Improve dialer's background
See a before/after comparison (exposure boosted to highlight the diff): http://www/~romainguy/no_crawl/newgradients.png Change-Id: Ifea32165e438841210d48220a16549ce3e0b6d27
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/background_dial_holo_dark.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/drawable/background_dial_holo_dark.xml b/res/drawable/background_dial_holo_dark.xml
new file mode 100644
index 000000000..e06507f27
--- /dev/null
+++ b/res/drawable/background_dial_holo_dark.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 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.
+-->
+
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <gradient
+ android:startColor="#ff020709"
+ android:endColor="#ff0a242d"
+ android:angle="270" />
+</shape>