From caf24fc2c4bb9747eb80138bf3ce0be067851749 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Tue, 10 Sep 2013 18:37:01 -0700 Subject: Add camera affordance to navigation bar on phones This adds a camera button on phones that can be used to show and launch the camera. - Minor refactoring of touch event dispatch in PagedView. - Disables usability hints when keyguard loads. - Only add a touch handler for camera icon once during layout. - Update after review. - Updated with latest UX camera and camera background assets Change-Id: I09cd5cb0e501fd0f4659bea96d00c92b07f805c4 --- .../res/drawable-xxhdpi/kg_widget_bg_padded.9.png | Bin 0 -> 1163 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 packages/Keyguard/res/drawable-xxhdpi/kg_widget_bg_padded.9.png (limited to 'packages/Keyguard/res/drawable-xxhdpi') diff --git a/packages/Keyguard/res/drawable-xxhdpi/kg_widget_bg_padded.9.png b/packages/Keyguard/res/drawable-xxhdpi/kg_widget_bg_padded.9.png new file mode 100644 index 0000000..8d31fee Binary files /dev/null and b/packages/Keyguard/res/drawable-xxhdpi/kg_widget_bg_padded.9.png differ -- cgit v1.1