summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorSpike Sprague <spikuru@google.com>2014-02-27 14:33:21 -0800
committerSpike Sprague <spikuru@google.com>2014-03-04 14:09:28 -0800
commit82fa6ae85f7c07fef480eb1cd0cf7f578b150676 (patch)
treef0ec7afe0ad03c731c83609f2536bf7a78f83e79 /res/drawable
parent19259ea42f1ff0537847c9b5b3c01b4d0433a7d4 (diff)
downloadandroid_packages_apps_Camera2-82fa6ae85f7c07fef480eb1cd0cf7f578b150676.tar.gz
android_packages_apps_Camera2-82fa6ae85f7c07fef480eb1cd0cf7f578b150676.tar.bz2
android_packages_apps_Camera2-82fa6ae85f7c07fef480eb1cd0cf7f578b150676.zip
implement capture options animation
bug: 13100962 Change-Id: I1baf64693d0e01e99bfa19d0bd8699fd33d5812a
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/button_background_pressed_dark.xml4
-rw-r--r--res/drawable/button_background_pressed_light.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/res/drawable/button_background_pressed_dark.xml b/res/drawable/button_background_pressed_dark.xml
index 44ecc4cc6..110576d86 100644
--- a/res/drawable/button_background_pressed_dark.xml
+++ b/res/drawable/button_background_pressed_dark.xml
@@ -17,8 +17,8 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<size
- android:width="48dp"
- android:height="48dp" />
+ android:width="@dimen/option_button_circle_size"
+ android:height="@dimen/option_button_circle_size" />
<solid
android:color="#4d000000" />
</shape>
diff --git a/res/drawable/button_background_pressed_light.xml b/res/drawable/button_background_pressed_light.xml
index 52e606896..5ad76ae70 100644
--- a/res/drawable/button_background_pressed_light.xml
+++ b/res/drawable/button_background_pressed_light.xml
@@ -17,8 +17,8 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<size
- android:width="48dp"
- android:height="48dp" />
+ android:width="@dimen/option_button_circle_size"
+ android:height="@dimen/option_button_circle_size" />
<solid
android:color="#20000000" />
</shape>