diff options
author | Chung-yih Wang <cywang@google.com> | 2011-09-19 17:49:19 +0800 |
---|---|---|
committer | Chung-yih Wang <cywang@google.com> | 2011-09-19 22:21:17 +0800 |
commit | db3556078a75be0bd4a08195d90f060724034e88 (patch) | |
tree | 9dd6fc20ac6ef48f1cb4b9dcfc8a1f5bbda91c68 /res/drawable | |
parent | 440bb1665b8288a6e94340d1f37b5b3e6bc0e79c (diff) | |
download | LegacyCamera-db3556078a75be0bd4a08195d90f060724034e88.zip LegacyCamera-db3556078a75be0bd4a08195d90f060724034e88.tar.gz LegacyCamera-db3556078a75be0bd4a08195d90f060724034e88.tar.bz2 |
Fix indicator bar height in video mode.
bug:5287560
Change-Id: I000d11aa3974e1d48d18f4dcf6ec31166f6ef8ec
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/border_preview.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/res/drawable/border_preview.xml b/res/drawable/border_preview.xml new file mode 100644 index 0000000..8cac1fc --- /dev/null +++ b/res/drawable/border_preview.xml @@ -0,0 +1,21 @@ +<?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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_activated="true" android:drawable="@drawable/ic_snapshot_border" /> + <item android:drawable="@android:color/transparent" /> +</selector> + |