diff options
author | Chih-yu Huang <akahuang@google.com> | 2011-08-29 15:50:51 +0800 |
---|---|---|
committer | Chih-yu Huang <akahuang@google.com> | 2011-08-29 17:21:45 +0800 |
commit | 68798bfa946e812beb9190fa7c98a316392fbce6 (patch) | |
tree | 7e61c1a9a8e32598ea6d8097f0e19b77685c2523 /res/drawable | |
parent | 11bd0b3d63423c800050d4ff9b1f759ceb25f08c (diff) | |
download | LegacyCamera-68798bfa946e812beb9190fa7c98a316392fbce6.zip LegacyCamera-68798bfa946e812beb9190fa7c98a316392fbce6.tar.gz LegacyCamera-68798bfa946e812beb9190fa7c98a316392fbce6.tar.bz2 |
Change video recording shutter button and overflow assets
bug:5024054
Change-Id: Icd8c66bcf9be76df35852e6772ffd76f6f1013e8
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/btn_shutter_video_recording.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/res/drawable/btn_shutter_video_recording.xml b/res/drawable/btn_shutter_video_recording.xml new file mode 100644 index 0000000..55967a1 --- /dev/null +++ b/res/drawable/btn_shutter_video_recording.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_pressed="true" android:drawable="@drawable/btn_video_shutter_recording_pressed_holo" /> + <item android:drawable="@drawable/btn_video_shutter_recording_holo" /> +</selector> + |