summaryrefslogtreecommitdiffstats
path: root/res/layout/bottom_bar_contents.xml
diff options
context:
space:
mode:
authorSpike Sprague <spikuru@google.com>2014-07-18 17:34:03 -0700
committerSpike Sprague <spikuru@google.com>2014-07-24 15:17:08 -0700
commitd9516f276cd45f87edc7eafe6aa476eeab7c29e7 (patch)
treeccff8667db0270ebe4f621af13e45a8dd6c54793 /res/layout/bottom_bar_contents.xml
parentdde95571f3c1ea5f733dbdcf7a8e4ffe15a83e08 (diff)
downloadandroid_packages_apps_Camera2-d9516f276cd45f87edc7eafe6aa476eeab7c29e7.tar.gz
android_packages_apps_Camera2-d9516f276cd45f87edc7eafe6aa476eeab7c29e7.tar.bz2
android_packages_apps_Camera2-d9516f276cd45f87edc7eafe6aa476eeab7c29e7.zip
ripple drawable on shutter button
bug: 16123188 Change-Id: I390279acb7a4599f1aeba71b415f1261b9a9b97b
Diffstat (limited to 'res/layout/bottom_bar_contents.xml')
-rw-r--r--res/layout/bottom_bar_contents.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/bottom_bar_contents.xml b/res/layout/bottom_bar_contents.xml
index 5368f9c21..daf59d7df 100644
--- a/res/layout/bottom_bar_contents.xml
+++ b/res/layout/bottom_bar_contents.xml
@@ -48,7 +48,7 @@
android:clickable="true"
android:contentDescription="@string/accessibility_cancel_button"
android:focusable="true"
- android:background="@null"
+ android:background="@drawable/shutter_button_background_refocus"
android:src="@drawable/ic_cancel" />
</FrameLayout>