From 4de149ceb47f2c251f646419907424bfb67d2b64 Mon Sep 17 00:00:00 2001 From: Owen Lin Date: Thu, 28 Jan 2010 16:10:19 -0800 Subject: The first runnable version of the new UI. Implement the new UI with OpenGL (GLSurfaceView). Known issues: * Texture are never freed from GL * Do not consider the density of screen. Currently, the dimensions in mdpi devices are wrong. * It won't work on Sapphire, bug fired: Bug: 2473605 * The action UP event may pass a wrong target. (It should pass to the same target who recive the DOWN action. * Animation is not smooth enough. * Should not allocate objects into heap during rendering path. * The scrollbar in GLListView doesn't match the design * We should calculate our own orientation instead of using the system one. * Regression: "restore to default settings" is removed Change-Id: I93fa45831aa87787dd5ee9e43e270a9d786c5a2a --- res/drawable-hdpi/ic_viewfinder_iconbar_highlight.9.png | Bin 0 -> 146 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-hdpi/ic_viewfinder_iconbar_highlight.9.png (limited to 'res/drawable-hdpi/ic_viewfinder_iconbar_highlight.9.png') diff --git a/res/drawable-hdpi/ic_viewfinder_iconbar_highlight.9.png b/res/drawable-hdpi/ic_viewfinder_iconbar_highlight.9.png new file mode 100644 index 0000000..1b08fdf Binary files /dev/null and b/res/drawable-hdpi/ic_viewfinder_iconbar_highlight.9.png differ -- cgit v1.1