diff options
author | Michael Kolb <kolby@google.com> | 2011-08-01 16:59:34 -0700 |
---|---|---|
committer | Michael Kolb <kolby@google.com> | 2011-08-01 17:01:30 -0700 |
commit | 08eb23f105164cb5be0ea8caec1bece14bcc4e70 (patch) | |
tree | 83ff9323c5be4cb6c291bb42ccd8772fbca9f9cc /res/drawable | |
parent | 7bdee0b303d8969aace4d3e43be5bb9f16e276bf (diff) | |
download | packages_apps_Browser-08eb23f105164cb5be0ea8caec1bece14bcc4e70.zip packages_apps_Browser-08eb23f105164cb5be0ea8caec1bece14bcc4e70.tar.gz packages_apps_Browser-08eb23f105164cb5be0ea8caec1bece14bcc4e70.tar.bz2 |
add correct background to tab switcher
Bug: 5075753
Change-Id: I1c03f6c8c43ec78b888b1756d5937858bd612e78
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/nav_screen_bg.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/res/drawable/nav_screen_bg.xml b/res/drawable/nav_screen_bg.xml deleted file mode 100644 index 7ca4e78..0000000 --- a/res/drawable/nav_screen_bg.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?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. ---> - -<shape - xmlns:android="http://schemas.android.com/apk/res/android"> - <gradient - android:type="linear" - android:startColor="#ff000000" - android:centerColor="#ff808080" - android:endColor="#ff000000" - android:centerY="0.2" - android:angle="90" /> -</shape> |