diff options
author | Wu-cheng Li <wuchengli@google.com> | 2010-10-11 15:05:01 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2010-10-11 21:42:12 +0800 |
commit | dfee7f813adb8de209472d24553b860d2515ea0a (patch) | |
tree | bae9c150e2e7cfd98ac2994ca22b8232be14ac6e /res/drawable | |
parent | fcc71aa1e1eb7e2e5363a6f0470d69d350e2cf7e (diff) | |
download | LegacyCamera-dfee7f813adb8de209472d24553b860d2515ea0a.zip LegacyCamera-dfee7f813adb8de209472d24553b860d2515ea0a.tar.gz LegacyCamera-dfee7f813adb8de209472d24553b860d2515ea0a.tar.bz2 |
Add white balance setting UI for xlarge layout.
Change-Id: I9775aae56cdee41232e628ebbaa87f7749d7e61f
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/btn_setting_picker.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/res/drawable/btn_setting_picker.xml b/res/drawable/btn_setting_picker.xml new file mode 100644 index 0000000..4ecfe95 --- /dev/null +++ b/res/drawable/btn_setting_picker.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2008 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:color="@android:color/white" /> + <item android:color="@android:color/darker_gray" /> +</selector> |