diff options
author | Romain Guy <romainguy@google.com> | 2012-11-28 11:28:22 -0800 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2012-11-28 11:28:22 -0800 |
commit | 90db26c1a656c8ce41a9ef3258a46cea1938e0ad (patch) | |
tree | 97d09291d1b9e645dbb8ccf8f3f5f2b10934b1c3 | |
parent | f4b92dad199704cd0d75c04bd0206b3330bf32d9 (diff) |
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
-rw-r--r-- | res/drawable-nodpi/background_dial_holo_dark.png | bin | 1960 -> 0 bytes | |||
-rw-r--r-- | res/drawable/background_dial_holo_dark.xml | 22 |
2 files changed, 22 insertions, 0 deletions
diff --git a/res/drawable-nodpi/background_dial_holo_dark.png b/res/drawable-nodpi/background_dial_holo_dark.png Binary files differdeleted file mode 100644 index 3dba50cbf..000000000 --- a/res/drawable-nodpi/background_dial_holo_dark.png +++ /dev/null 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> |