diff options
author | Michael Jurka <mikejurka@google.com> | 2011-09-02 17:35:02 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2011-09-02 19:32:05 -0700 |
commit | faa790c4f55bfe399a8ef259c657be76e9d833dd (patch) | |
tree | d0ff446fe5ca35c50bda7beef88cc15ff8a970f8 /packages/SystemUI/res/values-mdpi | |
parent | 32041c1602e6bc753f4ab055fd1bb95952f1e15b (diff) | |
download | frameworks_base-faa790c4f55bfe399a8ef259c657be76e9d833dd.zip frameworks_base-faa790c4f55bfe399a8ef259c657be76e9d833dd.tar.gz frameworks_base-faa790c4f55bfe399a8ef259c657be76e9d833dd.tar.bz2 |
Fix the pressed state for thumbnails in Recents
- pressed state is now in foreground
- also, keep drawing pressed drawable on long press
Change-Id: I1a2025b5a79a5bfd4aaacf5312d52404fc3361a1
Diffstat (limited to 'packages/SystemUI/res/values-mdpi')
-rw-r--r-- | packages/SystemUI/res/values-mdpi/dimens.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-mdpi/dimens.xml b/packages/SystemUI/res/values-mdpi/dimens.xml new file mode 100644 index 0000000..d16d549b --- /dev/null +++ b/packages/SystemUI/res/values-mdpi/dimens.xml @@ -0,0 +1,22 @@ +<?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. +*/ +--> +<resources> + <!-- padding of pressed drawable for recents thumbnails (should be the same on left, right, + top, and bottom --> + <dimen name="recents_thumbnail_bg_press_padding">2px</dimen> +</resources> |