diff options
author | John Spurlock <jspurlock@google.com> | 2014-09-23 20:08:12 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-09-23 20:08:13 +0000 |
commit | def101127a3ad0a65eb1c3ef53e9f41c4d6be5d2 (patch) | |
tree | f4b39003e4a5b956f2248011a6ac4eb8ef29861c /core | |
parent | 193b27cd3d703a3fb879792b22bee88ea1fe0407 (diff) | |
parent | 03365ccc395f76c023bb63414eef1bd02aef90e7 (diff) | |
download | frameworks_base-def101127a3ad0a65eb1c3ef53e9f41c4d6be5d2.zip frameworks_base-def101127a3ad0a65eb1c3ef53e9f41c4d6be5d2.tar.gz frameworks_base-def101127a3ad0a65eb1c3ef53e9f41c4d6be5d2.tar.bz2 |
Merge "Remove redundant wifi-display notification." into lmp-dev
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/drawable-hdpi/ic_notification_cast_on.png | bin | 470 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable-mdpi/ic_notification_cast_on.png | bin | 342 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable-xhdpi/ic_notification_cast_on.png | bin | 596 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable-xxhdpi/ic_notification_cast_on.png | bin | 934 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable/ic_notification_cast_connecting.xml | 26 | ||||
-rw-r--r-- | core/res/res/values/strings.xml | 11 | ||||
-rw-r--r-- | core/res/res/values/symbols.xml | 7 |
7 files changed, 0 insertions, 44 deletions
diff --git a/core/res/res/drawable-hdpi/ic_notification_cast_on.png b/core/res/res/drawable-hdpi/ic_notification_cast_on.png Binary files differdeleted file mode 100644 index 3eaf13a..0000000 --- a/core/res/res/drawable-hdpi/ic_notification_cast_on.png +++ /dev/null diff --git a/core/res/res/drawable-mdpi/ic_notification_cast_on.png b/core/res/res/drawable-mdpi/ic_notification_cast_on.png Binary files differdeleted file mode 100644 index 42de8c4..0000000 --- a/core/res/res/drawable-mdpi/ic_notification_cast_on.png +++ /dev/null diff --git a/core/res/res/drawable-xhdpi/ic_notification_cast_on.png b/core/res/res/drawable-xhdpi/ic_notification_cast_on.png Binary files differdeleted file mode 100644 index 142065b..0000000 --- a/core/res/res/drawable-xhdpi/ic_notification_cast_on.png +++ /dev/null diff --git a/core/res/res/drawable-xxhdpi/ic_notification_cast_on.png b/core/res/res/drawable-xxhdpi/ic_notification_cast_on.png Binary files differdeleted file mode 100644 index d562602..0000000 --- a/core/res/res/drawable-xxhdpi/ic_notification_cast_on.png +++ /dev/null diff --git a/core/res/res/drawable/ic_notification_cast_connecting.xml b/core/res/res/drawable/ic_notification_cast_connecting.xml deleted file mode 100644 index a390bce..0000000 --- a/core/res/res/drawable/ic_notification_cast_connecting.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> -<animation-list - xmlns:android="http://schemas.android.com/apk/res/android" - android:oneshot="false"> - <item android:drawable="@drawable/ic_notification_cast_0" android:duration="500" /> - <item android:drawable="@drawable/ic_notification_cast_1" android:duration="500" /> - <item android:drawable="@drawable/ic_notification_cast_2" android:duration="500" /> - <item android:drawable="@drawable/ic_notification_cast_1" android:duration="500" /> -</animation-list> diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 50da1fa..fd4b40f 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4409,17 +4409,6 @@ <!-- Title text to append when the display is secure. [CHAR LIMIT=30] --> <string name="display_manager_overlay_display_secure_suffix">, secure</string> - <!-- Title of the notification to indicate the process of connecting to a wifi display. [CHAR LIMIT=50] --> - <string name="wifi_display_notification_connecting_title">Casting screen</string> - <!-- Message of the notification to indicate the process of connecting to a wifi display. [CHAR LIMIT=80] --> - <string name="wifi_display_notification_connecting_message">Connecting to <xliff:g id="name">%1$s</xliff:g></string> - <!-- Title of the notification to indicate an active wifi display connection. [CHAR LIMIT=50] --> - <string name="wifi_display_notification_connected_title">Casting screen</string> - <!-- Message of the notification to indicate an active wifi display connection. [CHAR LIMIT=80] --> - <string name="wifi_display_notification_connected_message">Connected to <xliff:g id="name">%1$s</xliff:g></string> - <!-- Label of a button to disconnect an active wifi display connection. [CHAR LIMIT=25] --> - <string name="wifi_display_notification_disconnect">Disconnect</string> - <!-- Keyguard strings --> <!-- Label shown on emergency call button in keyguard --> <string name="kg_emergency_call_label">Emergency call</string> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index c580d26..66afffb 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -1185,8 +1185,6 @@ <java-symbol type="drawable" name="ic_media_route_off_holo_dark" /> <java-symbol type="drawable" name="ic_media_route_connecting_holo_dark" /> <java-symbol type="drawable" name="ic_media_route_disabled_holo_dark" /> - <java-symbol type="drawable" name="ic_notification_cast_connecting" /> - <java-symbol type="drawable" name="ic_notification_cast_on" /> <java-symbol type="drawable" name="cling_button" /> <java-symbol type="drawable" name="cling_arrow_up" /> <java-symbol type="drawable" name="cling_bg" /> @@ -1723,11 +1721,6 @@ <java-symbol type="string" name="vpn_lockdown_error" /> <java-symbol type="string" name="vpn_lockdown_config" /> <java-symbol type="string" name="wallpaper_binding_label" /> - <java-symbol type="string" name="wifi_display_notification_connecting_title" /> - <java-symbol type="string" name="wifi_display_notification_connecting_message" /> - <java-symbol type="string" name="wifi_display_notification_connected_title" /> - <java-symbol type="string" name="wifi_display_notification_connected_message" /> - <java-symbol type="string" name="wifi_display_notification_disconnect" /> <java-symbol type="style" name="Theme.Dialog.AppError" /> <java-symbol type="style" name="Theme.Micro.Dialog.Alert" /> <java-symbol type="style" name="Theme.Leanback.Dialog.Alert" /> |