summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorSpike Sprague <spikuru@google.com>2014-04-22 18:04:05 -0700
committerSpike Sprague <spikuru@google.com>2014-05-05 18:10:13 -0700
commit59345144c4bde59b81bb19c95cdd977c1d1a9cd4 (patch)
tree70519f92f038d86994cb1cbf26aff4845e5b5715 /res/drawable
parentb19eaa0bb37a1252015eafd3e965a011e6e98727 (diff)
downloadandroid_packages_apps_Camera2-59345144c4bde59b81bb19c95cdd977c1d1a9cd4.tar.gz
android_packages_apps_Camera2-59345144c4bde59b81bb19c95cdd977c1d1a9cd4.tar.bz2
android_packages_apps_Camera2-59345144c4bde59b81bb19c95cdd977c1d1a9cd4.zip
change exposure comp and pano orientation to
use the new RadioOptions bug: 13780101 Change-Id: Ie7b12199a96272827cc381560a5b801f87a5b81a
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/button_background_selected_pano.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/drawable/button_background_selected_pano.xml b/res/drawable/button_background_selected_pano.xml
new file mode 100644
index 000000000..3111eeee9
--- /dev/null
+++ b/res/drawable/button_background_selected_pano.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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.
+-->
+
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="oval">
+ <size
+ android:width="@dimen/option_button_circle_size"
+ android:height="@dimen/option_button_circle_size" />
+ <solid
+ android:color="@color/panorama_mode_color" />
+</shape>