From b17a726f2fb1066060b5646d35233d26222e8721 Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Fri, 5 Oct 2012 14:32:50 -0400 Subject: Notification & settings panel help. Comes up the first time you touch the status bar; explains where quick settings is, and even allows you to swipe down to try it (instead of touching "OK"). Bug: 7209412 Change-Id: I72b1a91902e64b4623e0fcaf1555dc703870b59f --- .../SystemUI/res/drawable-hdpi/arrow_dashed.png | Bin 0 -> 12185 bytes .../res/drawable-hdpi/btn_cling_normal.9.png | Bin 0 -> 333 bytes .../res/drawable-hdpi/btn_cling_pressed.9.png | Bin 0 -> 467 bytes .../SystemUI/res/drawable-mdpi/arrow_dashed.png | Bin 0 -> 7244 bytes .../res/drawable-mdpi/btn_cling_normal.9.png | Bin 0 -> 245 bytes .../res/drawable-mdpi/btn_cling_pressed.9.png | Bin 0 -> 370 bytes .../SystemUI/res/drawable-xhdpi/arrow_dashed.png | Bin 0 -> 17897 bytes .../res/drawable-xhdpi/btn_cling_normal.9.png | Bin 0 -> 400 bytes .../res/drawable-xhdpi/btn_cling_pressed.9.png | Bin 0 -> 601 bytes packages/SystemUI/res/drawable/cling_button_bg.xml | 20 ++++++ .../SystemUI/res/layout-land/status_bar_help.xml | 71 +++++++++++++++++++++ packages/SystemUI/res/layout/status_bar_help.xml | 63 ++++++++++++++++++ packages/SystemUI/res/layout/super_status_bar.xml | 10 +++ packages/SystemUI/res/values/strings.xml | 5 ++ packages/SystemUI/res/values/styles.xml | 29 +++++++++ 15 files changed, 198 insertions(+) create mode 100644 packages/SystemUI/res/drawable-hdpi/arrow_dashed.png create mode 100644 packages/SystemUI/res/drawable-hdpi/btn_cling_normal.9.png create mode 100644 packages/SystemUI/res/drawable-hdpi/btn_cling_pressed.9.png create mode 100644 packages/SystemUI/res/drawable-mdpi/arrow_dashed.png create mode 100644 packages/SystemUI/res/drawable-mdpi/btn_cling_normal.9.png create mode 100644 packages/SystemUI/res/drawable-mdpi/btn_cling_pressed.9.png create mode 100644 packages/SystemUI/res/drawable-xhdpi/arrow_dashed.png create mode 100644 packages/SystemUI/res/drawable-xhdpi/btn_cling_normal.9.png create mode 100644 packages/SystemUI/res/drawable-xhdpi/btn_cling_pressed.9.png create mode 100644 packages/SystemUI/res/drawable/cling_button_bg.xml create mode 100644 packages/SystemUI/res/layout-land/status_bar_help.xml create mode 100644 packages/SystemUI/res/layout/status_bar_help.xml (limited to 'packages/SystemUI/res') diff --git a/packages/SystemUI/res/drawable-hdpi/arrow_dashed.png b/packages/SystemUI/res/drawable-hdpi/arrow_dashed.png new file mode 100644 index 0000000..a8075d5 Binary files /dev/null and b/packages/SystemUI/res/drawable-hdpi/arrow_dashed.png differ diff --git a/packages/SystemUI/res/drawable-hdpi/btn_cling_normal.9.png b/packages/SystemUI/res/drawable-hdpi/btn_cling_normal.9.png new file mode 100644 index 0000000..aea8beb Binary files /dev/null and b/packages/SystemUI/res/drawable-hdpi/btn_cling_normal.9.png differ diff --git a/packages/SystemUI/res/drawable-hdpi/btn_cling_pressed.9.png b/packages/SystemUI/res/drawable-hdpi/btn_cling_pressed.9.png new file mode 100644 index 0000000..ebefd20 Binary files /dev/null and b/packages/SystemUI/res/drawable-hdpi/btn_cling_pressed.9.png differ diff --git a/packages/SystemUI/res/drawable-mdpi/arrow_dashed.png b/packages/SystemUI/res/drawable-mdpi/arrow_dashed.png new file mode 100644 index 0000000..c17c668 Binary files /dev/null and b/packages/SystemUI/res/drawable-mdpi/arrow_dashed.png differ diff --git a/packages/SystemUI/res/drawable-mdpi/btn_cling_normal.9.png b/packages/SystemUI/res/drawable-mdpi/btn_cling_normal.9.png new file mode 100644 index 0000000..43a407e Binary files /dev/null and b/packages/SystemUI/res/drawable-mdpi/btn_cling_normal.9.png differ diff --git a/packages/SystemUI/res/drawable-mdpi/btn_cling_pressed.9.png b/packages/SystemUI/res/drawable-mdpi/btn_cling_pressed.9.png new file mode 100644 index 0000000..bf0c8cb Binary files /dev/null and b/packages/SystemUI/res/drawable-mdpi/btn_cling_pressed.9.png differ diff --git a/packages/SystemUI/res/drawable-xhdpi/arrow_dashed.png b/packages/SystemUI/res/drawable-xhdpi/arrow_dashed.png new file mode 100644 index 0000000..c26ed9c Binary files /dev/null and b/packages/SystemUI/res/drawable-xhdpi/arrow_dashed.png differ diff --git a/packages/SystemUI/res/drawable-xhdpi/btn_cling_normal.9.png b/packages/SystemUI/res/drawable-xhdpi/btn_cling_normal.9.png new file mode 100644 index 0000000..35511d6 Binary files /dev/null and b/packages/SystemUI/res/drawable-xhdpi/btn_cling_normal.9.png differ diff --git a/packages/SystemUI/res/drawable-xhdpi/btn_cling_pressed.9.png b/packages/SystemUI/res/drawable-xhdpi/btn_cling_pressed.9.png new file mode 100644 index 0000000..a38b40f Binary files /dev/null and b/packages/SystemUI/res/drawable-xhdpi/btn_cling_pressed.9.png differ diff --git a/packages/SystemUI/res/drawable/cling_button_bg.xml b/packages/SystemUI/res/drawable/cling_button_bg.xml new file mode 100644 index 0000000..d175f53 --- /dev/null +++ b/packages/SystemUI/res/drawable/cling_button_bg.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/packages/SystemUI/res/layout-land/status_bar_help.xml b/packages/SystemUI/res/layout-land/status_bar_help.xml new file mode 100644 index 0000000..5a635ae --- /dev/null +++ b/packages/SystemUI/res/layout-land/status_bar_help.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + +