From 1f06f0ad1229f3b4e00553c294e664ffa5234c90 Mon Sep 17 00:00:00 2001 From: Christine Chen Date: Thu, 3 Oct 2013 14:59:11 -0700 Subject: Adds tooltip for Dialer Bug: 10916819 Change-Id: Ic18f982a6d478b165f576361cfec6edb8c6eb1c3 --- res/drawable-hdpi/ic_arrow.png | Bin 0 -> 852 bytes res/drawable-hdpi/ic_cancel_holo_light.png | Bin 0 -> 393 bytes res/drawable-mdpi/ic_arrow.png | Bin 0 -> 697 bytes res/drawable-mdpi/ic_cancel_holo_light.png | Bin 0 -> 312 bytes res/drawable-xhdpi/ic_arrow.png | Bin 0 -> 1017 bytes res/drawable-xhdpi/ic_cancel_holo_light.png | Bin 0 -> 1477 bytes res/drawable-xxhdpi/ic_arrow.png | Bin 0 -> 1506 bytes res/drawable-xxhdpi/ic_cancel_holo_light.png | Bin 0 -> 1637 bytes res/layout/tile_interactions_teaser_view.xml | 63 +++++++++++++++++++++++++++ res/values/dimens.xml | 4 ++ res/values/styles.xml | 5 +++ 11 files changed, 72 insertions(+) create mode 100644 res/drawable-hdpi/ic_arrow.png create mode 100644 res/drawable-hdpi/ic_cancel_holo_light.png create mode 100644 res/drawable-mdpi/ic_arrow.png create mode 100644 res/drawable-mdpi/ic_cancel_holo_light.png create mode 100644 res/drawable-xhdpi/ic_arrow.png create mode 100644 res/drawable-xhdpi/ic_cancel_holo_light.png create mode 100644 res/drawable-xxhdpi/ic_arrow.png create mode 100644 res/drawable-xxhdpi/ic_cancel_holo_light.png create mode 100644 res/layout/tile_interactions_teaser_view.xml (limited to 'res') diff --git a/res/drawable-hdpi/ic_arrow.png b/res/drawable-hdpi/ic_arrow.png new file mode 100644 index 000000000..8d0dfcd47 Binary files /dev/null and b/res/drawable-hdpi/ic_arrow.png differ diff --git a/res/drawable-hdpi/ic_cancel_holo_light.png b/res/drawable-hdpi/ic_cancel_holo_light.png new file mode 100644 index 000000000..d8cacb44a Binary files /dev/null and b/res/drawable-hdpi/ic_cancel_holo_light.png differ diff --git a/res/drawable-mdpi/ic_arrow.png b/res/drawable-mdpi/ic_arrow.png new file mode 100644 index 000000000..96440a2be Binary files /dev/null and b/res/drawable-mdpi/ic_arrow.png differ diff --git a/res/drawable-mdpi/ic_cancel_holo_light.png b/res/drawable-mdpi/ic_cancel_holo_light.png new file mode 100644 index 000000000..56705c333 Binary files /dev/null and b/res/drawable-mdpi/ic_cancel_holo_light.png differ diff --git a/res/drawable-xhdpi/ic_arrow.png b/res/drawable-xhdpi/ic_arrow.png new file mode 100644 index 000000000..889c33fce Binary files /dev/null and b/res/drawable-xhdpi/ic_arrow.png differ diff --git a/res/drawable-xhdpi/ic_cancel_holo_light.png b/res/drawable-xhdpi/ic_cancel_holo_light.png new file mode 100644 index 000000000..630f3fd4c Binary files /dev/null and b/res/drawable-xhdpi/ic_cancel_holo_light.png differ diff --git a/res/drawable-xxhdpi/ic_arrow.png b/res/drawable-xxhdpi/ic_arrow.png new file mode 100644 index 000000000..f8e7731d4 Binary files /dev/null and b/res/drawable-xxhdpi/ic_arrow.png differ diff --git a/res/drawable-xxhdpi/ic_cancel_holo_light.png b/res/drawable-xxhdpi/ic_cancel_holo_light.png new file mode 100644 index 000000000..c2f5b5e1c Binary files /dev/null and b/res/drawable-xxhdpi/ic_cancel_holo_light.png differ diff --git a/res/layout/tile_interactions_teaser_view.xml b/res/layout/tile_interactions_teaser_view.xml new file mode 100644 index 000000000..ee2b97495 --- /dev/null +++ b/res/layout/tile_interactions_teaser_view.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + diff --git a/res/values/dimens.xml b/res/values/dimens.xml index d1052d5c7..30adc43ed 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -73,4 +73,8 @@ 8dp 32dp 8dp + + + 20dip + 28dip diff --git a/res/values/styles.xml b/res/values/styles.xml index 791adf696..4e918975d 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -145,4 +145,9 @@ @null @color/searchbox_text_color + + -- cgit v1.2.3