diff options
author | Chih-yu Huang <akahuang@google.com> | 2011-09-08 15:53:56 +0800 |
---|---|---|
committer | Chih-yu Huang <akahuang@google.com> | 2011-09-16 19:13:21 +0800 |
commit | 30f0481931beed547656f2c7bc6290ecc9b01ac3 (patch) | |
tree | 92f5707e6e71240c05e0d824e90521409dde3ad5 /res/drawable | |
parent | 6c5b20113ba9f91352f32e5a53df66aec0ec761a (diff) | |
download | LegacyCamera-30f0481931beed547656f2c7bc6290ecc9b01ac3.zip LegacyCamera-30f0481931beed547656f2c7bc6290ecc9b01ac3.tar.gz LegacyCamera-30f0481931beed547656f2c7bc6290ecc9b01ac3.tar.bz2 |
Change image of review control buttons.
bug:5244256
Change-Id: Idf02f40edb7e2e15edb4fc1ac86a4694d9147661
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/bg_review_control.xml | 20 | ||||
-rw-r--r-- | res/drawable/btn_shutter_retake.xml | 21 |
2 files changed, 41 insertions, 0 deletions
diff --git a/res/drawable/bg_review_control.xml b/res/drawable/bg_review_control.xml new file mode 100644 index 0000000..979cc86 --- /dev/null +++ b/res/drawable/bg_review_control.xml @@ -0,0 +1,20 @@ +<?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/list_pressed_holo_light" /> + <item android:drawable="@android:color/transparent" /> +</selector> diff --git a/res/drawable/btn_shutter_retake.xml b/res/drawable/btn_shutter_retake.xml new file mode 100644 index 0000000..0a836b9 --- /dev/null +++ b/res/drawable/btn_shutter_retake.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_retake_shutter_pressed_holo" /> + <item android:drawable="@drawable/btn_retake_shutter_holo" /> +</selector> + |