From d98daebb6e2c6b88900041757f9863b5ef566953 Mon Sep 17 00:00:00 2001 From: DvTonder Date: Sat, 5 Jan 2013 12:18:59 -0500 Subject: Chronus: Add Analog clock Tested on Mako and Maguro (XHDPI) with a 5x4 homes screen grid and on i9000 (HDPI) with a 4x4 home screen grid. Patch set 5 : Rebase Patch set 6 : Fix rebase derp Patch set 7 : Tweak drawables to make them fit properly Patch set 8 : Fix string per Marco's suggestion Patch set 9 : Tweak layouts to better work on HDPI devices Separate layout calcs based on clock type Change-Id: I1265b0e7b86e3d67ea1dcc01ab8f0fe1632f986a --- res/drawable-hdpi/appwidget_clock_dial.png | Bin 0 -> 2429 bytes res/drawable-hdpi/appwidget_clock_hour.png | Bin 0 -> 506 bytes res/drawable-hdpi/appwidget_clock_minute.png | Bin 0 -> 537 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-hdpi/appwidget_clock_dial.png create mode 100644 res/drawable-hdpi/appwidget_clock_hour.png create mode 100644 res/drawable-hdpi/appwidget_clock_minute.png (limited to 'res/drawable-hdpi') diff --git a/res/drawable-hdpi/appwidget_clock_dial.png b/res/drawable-hdpi/appwidget_clock_dial.png new file mode 100644 index 0000000..f0fe8df Binary files /dev/null and b/res/drawable-hdpi/appwidget_clock_dial.png differ diff --git a/res/drawable-hdpi/appwidget_clock_hour.png b/res/drawable-hdpi/appwidget_clock_hour.png new file mode 100644 index 0000000..b742052 Binary files /dev/null and b/res/drawable-hdpi/appwidget_clock_hour.png differ diff --git a/res/drawable-hdpi/appwidget_clock_minute.png b/res/drawable-hdpi/appwidget_clock_minute.png new file mode 100644 index 0000000..0bed342 Binary files /dev/null and b/res/drawable-hdpi/appwidget_clock_minute.png differ -- cgit v1.2.3