diff options
author | Michael Jurka <mikejurka@google.com> | 2012-09-05 13:34:28 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2012-09-05 13:40:50 -0700 |
commit | 14895405c18ce96927564fe454af8686f3d76854 (patch) | |
tree | 5299c873fc510eb713c4ac9a1dfc8420cbd4bdf6 /packages/SystemUI/res/drawable/recents_thumbnail_no_press.xml | |
parent | 256a1b4dac832746a3cc37bd67f60f88a98adb07 (diff) | |
download | frameworks_base-14895405c18ce96927564fe454af8686f3d76854.zip frameworks_base-14895405c18ce96927564fe454af8686f3d76854.tar.gz frameworks_base-14895405c18ce96927564fe454af8686f3d76854.tar.bz2 |
Fixing issue where recents items would go dim
Bug: 6772614
Change-Id: I2f57f001d91d6cb445c58ac705e6c3ad1fa70dd3
Diffstat (limited to 'packages/SystemUI/res/drawable/recents_thumbnail_no_press.xml')
-rw-r--r-- | packages/SystemUI/res/drawable/recents_thumbnail_no_press.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/recents_thumbnail_no_press.xml b/packages/SystemUI/res/drawable/recents_thumbnail_no_press.xml new file mode 100644 index 0000000..be07b2c --- /dev/null +++ b/packages/SystemUI/res/drawable/recents_thumbnail_no_press.xml @@ -0,0 +1,17 @@ +<?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. +--> +<color xmlns:android="http://schemas.android.com/apk/res/android" + android:color="#00000000" /> |