diff options
author | Jorim Jaggi <jjaggi@google.com> | 2014-12-19 21:07:38 +0100 |
---|---|---|
committer | Jorim Jaggi <jjaggi@google.com> | 2015-01-07 15:20:28 +0100 |
commit | a9ef7929b87dc92cb9d4ed65abbaf4752886e613 (patch) | |
tree | f11fd220e4f7d03a3cc9a25b4d9613e58938b317 /packages/SystemUI | |
parent | d61f2271c40cd7b3b10f39d8ffdaf8c527cb78be (diff) | |
download | frameworks_base-a9ef7929b87dc92cb9d4ed65abbaf4752886e613.zip frameworks_base-a9ef7929b87dc92cb9d4ed65abbaf4752886e613.tar.gz frameworks_base-a9ef7929b87dc92cb9d4ed65abbaf4752886e613.tar.bz2 |
Remove dead code #7: Remove unused SysUI resources
Change-Id: I6e338dee76063d7d200967bef0ed1122c2769d42
Diffstat (limited to 'packages/SystemUI')
98 files changed, 0 insertions, 704 deletions
diff --git a/packages/SystemUI/res/anim/notification_buttons_in.xml b/packages/SystemUI/res/anim/notification_buttons_in.xml deleted file mode 100644 index 630fd72..0000000 --- a/packages/SystemUI/res/anim/notification_buttons_in.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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. ---> - -<set xmlns:android="http://schemas.android.com/apk/res/android" - > - <alpha android:fromAlpha="0.0" android:toAlpha="1.0" - android:duration="@android:integer/config_longAnimTime" - /> -</set> diff --git a/packages/SystemUI/res/anim/notification_buttons_out.xml b/packages/SystemUI/res/anim/notification_buttons_out.xml deleted file mode 100644 index 4717e47..0000000 --- a/packages/SystemUI/res/anim/notification_buttons_out.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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. ---> - -<set xmlns:android="http://schemas.android.com/apk/res/android" - > - <alpha android:toAlpha="0.0" android:fromAlpha="1.0" - android:duration="@android:integer/config_longAnimTime" - /> -</set> diff --git a/packages/SystemUI/res/anim/notification_icons_in.xml b/packages/SystemUI/res/anim/notification_icons_in.xml deleted file mode 100644 index 630fd72..0000000 --- a/packages/SystemUI/res/anim/notification_icons_in.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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. ---> - -<set xmlns:android="http://schemas.android.com/apk/res/android" - > - <alpha android:fromAlpha="0.0" android:toAlpha="1.0" - android:duration="@android:integer/config_longAnimTime" - /> -</set> diff --git a/packages/SystemUI/res/anim/notification_icons_out.xml b/packages/SystemUI/res/anim/notification_icons_out.xml deleted file mode 100644 index 4717e47..0000000 --- a/packages/SystemUI/res/anim/notification_icons_out.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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. ---> - -<set xmlns:android="http://schemas.android.com/apk/res/android" - > - <alpha android:toAlpha="0.0" android:fromAlpha="1.0" - android:duration="@android:integer/config_longAnimTime" - /> -</set> diff --git a/packages/SystemUI/res/anim/recent_appear.xml b/packages/SystemUI/res/anim/recent_appear.xml deleted file mode 100644 index 4400d9d..0000000 --- a/packages/SystemUI/res/anim/recent_appear.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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. ---> - -<alpha xmlns:android="http://schemas.android.com/apk/res/android" - android:fromAlpha="0.0" android:toAlpha="1.0" - android:duration="@android:integer/config_shortAnimTime" - /> diff --git a/packages/SystemUI/res/drawable-hdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-hdpi/bg_protect.9.png Binary files differdeleted file mode 100644 index 5bbfa4f..0000000 --- a/packages/SystemUI/res/drawable-hdpi/bg_protect.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-hdpi/bottom_divider_glow.png b/packages/SystemUI/res/drawable-hdpi/bottom_divider_glow.png Binary files differdeleted file mode 100644 index d1948d6..0000000 --- a/packages/SystemUI/res/drawable-hdpi/bottom_divider_glow.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-hdpi/ic_lockscreen_glowdot.png b/packages/SystemUI/res/drawable-hdpi/ic_lockscreen_glowdot.png Binary files differdeleted file mode 100644 index 983c45e..0000000 --- a/packages/SystemUI/res/drawable-hdpi/ic_lockscreen_glowdot.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-hdpi/ic_qs_alarm_on.png b/packages/SystemUI/res/drawable-hdpi/ic_qs_alarm_on.png Binary files differdeleted file mode 100644 index c100353..0000000 --- a/packages/SystemUI/res/drawable-hdpi/ic_qs_alarm_on.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-hdpi/ic_qs_certificate_info.png b/packages/SystemUI/res/drawable-hdpi/ic_qs_certificate_info.png Binary files differdeleted file mode 100644 index 1fdaaf9..0000000 --- a/packages/SystemUI/res/drawable-hdpi/ic_qs_certificate_info.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-hdpi/ic_qs_ime.png b/packages/SystemUI/res/drawable-hdpi/ic_qs_ime.png Binary files differdeleted file mode 100644 index e3b3eeb..0000000 --- a/packages/SystemUI/res/drawable-hdpi/ic_qs_ime.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-hdpi/ic_qs_settings.png b/packages/SystemUI/res/drawable-hdpi/ic_qs_settings.png Binary files differdeleted file mode 100644 index cfa539f..0000000 --- a/packages/SystemUI/res/drawable-hdpi/ic_qs_settings.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-hdpi/ic_qs_usb_device.png b/packages/SystemUI/res/drawable-hdpi/ic_qs_usb_device.png Binary files differdeleted file mode 100644 index c3f4729..0000000 --- a/packages/SystemUI/res/drawable-hdpi/ic_qs_usb_device.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-hdpi/notification_panel_bg.9.png b/packages/SystemUI/res/drawable-hdpi/notification_panel_bg.9.png Binary files differdeleted file mode 100644 index ff0bd4c..0000000 --- a/packages/SystemUI/res/drawable-hdpi/notification_panel_bg.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-hdpi/recents_thumbnail_bg.9.png b/packages/SystemUI/res/drawable-hdpi/recents_thumbnail_bg.9.png Binary files differdeleted file mode 100644 index d000f7e..0000000 --- a/packages/SystemUI/res/drawable-hdpi/recents_thumbnail_bg.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-hdpi/recents_thumbnail_bg_normal.9.png b/packages/SystemUI/res/drawable-hdpi/recents_thumbnail_bg_normal.9.png Binary files differdeleted file mode 100644 index 8b45500..0000000 --- a/packages/SystemUI/res/drawable-hdpi/recents_thumbnail_bg_normal.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-hdpi/recents_thumbnail_bg_press.9.png b/packages/SystemUI/res/drawable-hdpi/recents_thumbnail_bg_press.9.png Binary files differdeleted file mode 100644 index cbcb3e3..0000000 --- a/packages/SystemUI/res/drawable-hdpi/recents_thumbnail_bg_press.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-hdpi/spinner_default_holo_dark_am_no_underline.9.png b/packages/SystemUI/res/drawable-hdpi/spinner_default_holo_dark_am_no_underline.9.png Binary files differdeleted file mode 100644 index 267e7ba..0000000 --- a/packages/SystemUI/res/drawable-hdpi/spinner_default_holo_dark_am_no_underline.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-hdpi/status_bar_close_off.9.png b/packages/SystemUI/res/drawable-hdpi/status_bar_close_off.9.png Binary files differdeleted file mode 100644 index 6feb622..0000000 --- a/packages/SystemUI/res/drawable-hdpi/status_bar_close_off.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-hdpi/status_bar_close_on.9.png b/packages/SystemUI/res/drawable-hdpi/status_bar_close_on.9.png Binary files differdeleted file mode 100644 index 42c773d..0000000 --- a/packages/SystemUI/res/drawable-hdpi/status_bar_close_on.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-hdpi/top_divider_glow.png b/packages/SystemUI/res/drawable-hdpi/top_divider_glow.png Binary files differdeleted file mode 100644 index a540efb1..0000000 --- a/packages/SystemUI/res/drawable-hdpi/top_divider_glow.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-land-hdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-land-hdpi/bg_protect.9.png Binary files differdeleted file mode 100644 index 1a58144..0000000 --- a/packages/SystemUI/res/drawable-land-hdpi/bg_protect.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-land-mdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-land-mdpi/bg_protect.9.png Binary files differdeleted file mode 100644 index a12519e..0000000 --- a/packages/SystemUI/res/drawable-land-mdpi/bg_protect.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-land-xhdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-land-xhdpi/bg_protect.9.png Binary files differdeleted file mode 100644 index ce41454..0000000 --- a/packages/SystemUI/res/drawable-land-xhdpi/bg_protect.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-land-xxhdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-land-xxhdpi/bg_protect.9.png Binary files differdeleted file mode 100644 index b0b4561..0000000 --- a/packages/SystemUI/res/drawable-land-xxhdpi/bg_protect.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-ldrtl-hdpi/ic_qs_default_user.png b/packages/SystemUI/res/drawable-ldrtl-hdpi/ic_qs_default_user.png Binary files differdeleted file mode 100644 index 54afe32..0000000 --- a/packages/SystemUI/res/drawable-ldrtl-hdpi/ic_qs_default_user.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-ldrtl-mdpi/ic_qs_default_user.png b/packages/SystemUI/res/drawable-ldrtl-mdpi/ic_qs_default_user.png Binary files differdeleted file mode 100644 index 2495830..0000000 --- a/packages/SystemUI/res/drawable-ldrtl-mdpi/ic_qs_default_user.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-ldrtl-xhdpi/ic_qs_default_user.png b/packages/SystemUI/res/drawable-ldrtl-xhdpi/ic_qs_default_user.png Binary files differdeleted file mode 100644 index 0d5b50c..0000000 --- a/packages/SystemUI/res/drawable-ldrtl-xhdpi/ic_qs_default_user.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-ldrtl-xxhdpi/ic_qs_default_user.png b/packages/SystemUI/res/drawable-ldrtl-xxhdpi/ic_qs_default_user.png Binary files differdeleted file mode 100644 index 07f16c3..0000000 --- a/packages/SystemUI/res/drawable-ldrtl-xxhdpi/ic_qs_default_user.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-mdpi/bg_protect.9.png Binary files differdeleted file mode 100644 index 2856e09..0000000 --- a/packages/SystemUI/res/drawable-mdpi/bg_protect.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/bottom_divider_glow.png b/packages/SystemUI/res/drawable-mdpi/bottom_divider_glow.png Binary files differdeleted file mode 100644 index ba25f65..0000000 --- a/packages/SystemUI/res/drawable-mdpi/bottom_divider_glow.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/ic_lockscreen_glowdot.png b/packages/SystemUI/res/drawable-mdpi/ic_lockscreen_glowdot.png Binary files differdeleted file mode 100644 index 056c3f17..0000000 --- a/packages/SystemUI/res/drawable-mdpi/ic_lockscreen_glowdot.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/ic_qs_alarm_on.png b/packages/SystemUI/res/drawable-mdpi/ic_qs_alarm_on.png Binary files differdeleted file mode 100644 index 27f08dd..0000000 --- a/packages/SystemUI/res/drawable-mdpi/ic_qs_alarm_on.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/ic_qs_certificate_info.png b/packages/SystemUI/res/drawable-mdpi/ic_qs_certificate_info.png Binary files differdeleted file mode 100644 index 3b49472..0000000 --- a/packages/SystemUI/res/drawable-mdpi/ic_qs_certificate_info.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/ic_qs_ime.png b/packages/SystemUI/res/drawable-mdpi/ic_qs_ime.png Binary files differdeleted file mode 100644 index cc81794..0000000 --- a/packages/SystemUI/res/drawable-mdpi/ic_qs_ime.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/ic_qs_settings.png b/packages/SystemUI/res/drawable-mdpi/ic_qs_settings.png Binary files differdeleted file mode 100644 index e6237eb..0000000 --- a/packages/SystemUI/res/drawable-mdpi/ic_qs_settings.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/ic_qs_usb_device.png b/packages/SystemUI/res/drawable-mdpi/ic_qs_usb_device.png Binary files differdeleted file mode 100644 index 19b95dd..0000000 --- a/packages/SystemUI/res/drawable-mdpi/ic_qs_usb_device.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/notification_panel_bg.9.png b/packages/SystemUI/res/drawable-mdpi/notification_panel_bg.9.png Binary files differdeleted file mode 100644 index 2bbb2c6..0000000 --- a/packages/SystemUI/res/drawable-mdpi/notification_panel_bg.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/recents_thumbnail_bg.9.png b/packages/SystemUI/res/drawable-mdpi/recents_thumbnail_bg.9.png Binary files differdeleted file mode 100644 index f19dc93..0000000 --- a/packages/SystemUI/res/drawable-mdpi/recents_thumbnail_bg.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/recents_thumbnail_bg_normal.9.png b/packages/SystemUI/res/drawable-mdpi/recents_thumbnail_bg_normal.9.png Binary files differdeleted file mode 100644 index 4b7de52..0000000 --- a/packages/SystemUI/res/drawable-mdpi/recents_thumbnail_bg_normal.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/recents_thumbnail_bg_press.9.png b/packages/SystemUI/res/drawable-mdpi/recents_thumbnail_bg_press.9.png Binary files differdeleted file mode 100644 index 3ac7c40..0000000 --- a/packages/SystemUI/res/drawable-mdpi/recents_thumbnail_bg_press.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/spinner_default_holo_dark_am_no_underline.9.png b/packages/SystemUI/res/drawable-mdpi/spinner_default_holo_dark_am_no_underline.9.png Binary files differdeleted file mode 100644 index db51f6b..0000000 --- a/packages/SystemUI/res/drawable-mdpi/spinner_default_holo_dark_am_no_underline.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/status_bar_close_off.9.png b/packages/SystemUI/res/drawable-mdpi/status_bar_close_off.9.png Binary files differdeleted file mode 100644 index bd1cd12..0000000 --- a/packages/SystemUI/res/drawable-mdpi/status_bar_close_off.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/status_bar_close_on.9.png b/packages/SystemUI/res/drawable-mdpi/status_bar_close_on.9.png Binary files differdeleted file mode 100644 index 20c8785..0000000 --- a/packages/SystemUI/res/drawable-mdpi/status_bar_close_on.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-mdpi/top_divider_glow.png b/packages/SystemUI/res/drawable-mdpi/top_divider_glow.png Binary files differdeleted file mode 100644 index 53d85de..0000000 --- a/packages/SystemUI/res/drawable-mdpi/top_divider_glow.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-nodpi/bugdroid.png b/packages/SystemUI/res/drawable-nodpi/bugdroid.png Binary files differdeleted file mode 100644 index b90675c..0000000 --- a/packages/SystemUI/res/drawable-nodpi/bugdroid.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-nodpi/notify_item_glow_bottom.png b/packages/SystemUI/res/drawable-nodpi/notify_item_glow_bottom.png Binary files differdeleted file mode 100644 index e7828c9..0000000 --- a/packages/SystemUI/res/drawable-nodpi/notify_item_glow_bottom.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-sw600dp-hdpi/notification_panel_bg.9.png b/packages/SystemUI/res/drawable-sw600dp-hdpi/notification_panel_bg.9.png Binary files differdeleted file mode 100644 index e7caeda..0000000 --- a/packages/SystemUI/res/drawable-sw600dp-hdpi/notification_panel_bg.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-sw600dp-mdpi/notification_panel_bg.9.png b/packages/SystemUI/res/drawable-sw600dp-mdpi/notification_panel_bg.9.png Binary files differdeleted file mode 100644 index ae07083..0000000 --- a/packages/SystemUI/res/drawable-sw600dp-mdpi/notification_panel_bg.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-sw600dp-tvdpi/notification_panel_bg.9.png b/packages/SystemUI/res/drawable-sw600dp-tvdpi/notification_panel_bg.9.png Binary files differdeleted file mode 100644 index 727ee49..0000000 --- a/packages/SystemUI/res/drawable-sw600dp-tvdpi/notification_panel_bg.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-sw600dp-xhdpi/notification_panel_bg.9.png b/packages/SystemUI/res/drawable-sw600dp-xhdpi/notification_panel_bg.9.png Binary files differdeleted file mode 100644 index 8423ef9..0000000 --- a/packages/SystemUI/res/drawable-sw600dp-xhdpi/notification_panel_bg.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-sw600dp-xxhdpi/notification_panel_bg.9.png b/packages/SystemUI/res/drawable-sw600dp-xxhdpi/notification_panel_bg.9.png Binary files differdeleted file mode 100644 index 8703e1d..0000000 --- a/packages/SystemUI/res/drawable-sw600dp-xxhdpi/notification_panel_bg.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-tvdpi/notification_panel_bg.9.png b/packages/SystemUI/res/drawable-tvdpi/notification_panel_bg.9.png Binary files differdeleted file mode 100644 index c3a105c..0000000 --- a/packages/SystemUI/res/drawable-tvdpi/notification_panel_bg.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-xhdpi/bg_protect.9.png Binary files differdeleted file mode 100644 index 72269f2..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/bg_protect.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/bottom_divider_glow.png b/packages/SystemUI/res/drawable-xhdpi/bottom_divider_glow.png Binary files differdeleted file mode 100644 index 0b012b4..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/bottom_divider_glow.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/ic_lockscreen_glowdot.png b/packages/SystemUI/res/drawable-xhdpi/ic_lockscreen_glowdot.png Binary files differdeleted file mode 100644 index cbd039a..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/ic_lockscreen_glowdot.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/ic_qs_alarm_on.png b/packages/SystemUI/res/drawable-xhdpi/ic_qs_alarm_on.png Binary files differdeleted file mode 100644 index 3c0eac1..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/ic_qs_alarm_on.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/ic_qs_certificate_info.png b/packages/SystemUI/res/drawable-xhdpi/ic_qs_certificate_info.png Binary files differdeleted file mode 100644 index b3de2ce..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/ic_qs_certificate_info.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/ic_qs_ime.png b/packages/SystemUI/res/drawable-xhdpi/ic_qs_ime.png Binary files differdeleted file mode 100644 index 65d15b5..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/ic_qs_ime.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/ic_qs_settings.png b/packages/SystemUI/res/drawable-xhdpi/ic_qs_settings.png Binary files differdeleted file mode 100644 index 208089d..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/ic_qs_settings.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/ic_qs_usb_device.png b/packages/SystemUI/res/drawable-xhdpi/ic_qs_usb_device.png Binary files differdeleted file mode 100644 index 86de480..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/ic_qs_usb_device.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/notification_panel_bg.9.png b/packages/SystemUI/res/drawable-xhdpi/notification_panel_bg.9.png Binary files differdeleted file mode 100644 index 932e0ef..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/notification_panel_bg.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/recents_thumbnail_bg.9.png b/packages/SystemUI/res/drawable-xhdpi/recents_thumbnail_bg.9.png Binary files differdeleted file mode 100644 index 80fc849..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/recents_thumbnail_bg.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/recents_thumbnail_bg_normal.9.png b/packages/SystemUI/res/drawable-xhdpi/recents_thumbnail_bg_normal.9.png Binary files differdeleted file mode 100644 index c57ec67..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/recents_thumbnail_bg_normal.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/recents_thumbnail_bg_press.9.png b/packages/SystemUI/res/drawable-xhdpi/recents_thumbnail_bg_press.9.png Binary files differdeleted file mode 100644 index 78a69f5..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/recents_thumbnail_bg_press.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/spinner_default_holo_dark_am_no_underline.9.png b/packages/SystemUI/res/drawable-xhdpi/spinner_default_holo_dark_am_no_underline.9.png Binary files differdeleted file mode 100644 index 8d22ce2..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/spinner_default_holo_dark_am_no_underline.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/status_bar_close_off.9.png b/packages/SystemUI/res/drawable-xhdpi/status_bar_close_off.9.png Binary files differdeleted file mode 100644 index 1fed081..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/status_bar_close_off.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/status_bar_close_on.9.png b/packages/SystemUI/res/drawable-xhdpi/status_bar_close_on.9.png Binary files differdeleted file mode 100644 index b4e129c..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/status_bar_close_on.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xhdpi/top_divider_glow.png b/packages/SystemUI/res/drawable-xhdpi/top_divider_glow.png Binary files differdeleted file mode 100644 index d4526c0..0000000 --- a/packages/SystemUI/res/drawable-xhdpi/top_divider_glow.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xxhdpi/bg_protect.9.png b/packages/SystemUI/res/drawable-xxhdpi/bg_protect.9.png Binary files differdeleted file mode 100644 index efc9b04..0000000 --- a/packages/SystemUI/res/drawable-xxhdpi/bg_protect.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xxhdpi/ic_lockscreen_glowdot.png b/packages/SystemUI/res/drawable-xxhdpi/ic_lockscreen_glowdot.png Binary files differdeleted file mode 100644 index c0edd91..0000000 --- a/packages/SystemUI/res/drawable-xxhdpi/ic_lockscreen_glowdot.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xxhdpi/ic_qs_alarm_on.png b/packages/SystemUI/res/drawable-xxhdpi/ic_qs_alarm_on.png Binary files differdeleted file mode 100644 index 1e8509b..0000000 --- a/packages/SystemUI/res/drawable-xxhdpi/ic_qs_alarm_on.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xxhdpi/ic_qs_certificate_info.png b/packages/SystemUI/res/drawable-xxhdpi/ic_qs_certificate_info.png Binary files differdeleted file mode 100644 index 5d6f6c7..0000000 --- a/packages/SystemUI/res/drawable-xxhdpi/ic_qs_certificate_info.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xxhdpi/ic_qs_ime.png b/packages/SystemUI/res/drawable-xxhdpi/ic_qs_ime.png Binary files differdeleted file mode 100644 index 1a5d26a..0000000 --- a/packages/SystemUI/res/drawable-xxhdpi/ic_qs_ime.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xxhdpi/ic_qs_settings.png b/packages/SystemUI/res/drawable-xxhdpi/ic_qs_settings.png Binary files differdeleted file mode 100644 index 452942e..0000000 --- a/packages/SystemUI/res/drawable-xxhdpi/ic_qs_settings.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xxhdpi/ic_qs_usb_device.png b/packages/SystemUI/res/drawable-xxhdpi/ic_qs_usb_device.png Binary files differdeleted file mode 100644 index 99abb6a..0000000 --- a/packages/SystemUI/res/drawable-xxhdpi/ic_qs_usb_device.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xxhdpi/notification_panel_bg.9.png b/packages/SystemUI/res/drawable-xxhdpi/notification_panel_bg.9.png Binary files differdeleted file mode 100644 index adcdcb7..0000000 --- a/packages/SystemUI/res/drawable-xxhdpi/notification_panel_bg.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xxhdpi/recents_thumbnail_bg.9.png b/packages/SystemUI/res/drawable-xxhdpi/recents_thumbnail_bg.9.png Binary files differdeleted file mode 100644 index a446448..0000000 --- a/packages/SystemUI/res/drawable-xxhdpi/recents_thumbnail_bg.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xxhdpi/recents_thumbnail_bg_normal.9.png b/packages/SystemUI/res/drawable-xxhdpi/recents_thumbnail_bg_normal.9.png Binary files differdeleted file mode 100644 index a446448..0000000 --- a/packages/SystemUI/res/drawable-xxhdpi/recents_thumbnail_bg_normal.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xxhdpi/recents_thumbnail_bg_press.9.png b/packages/SystemUI/res/drawable-xxhdpi/recents_thumbnail_bg_press.9.png Binary files differdeleted file mode 100644 index 1fa1e62..0000000 --- a/packages/SystemUI/res/drawable-xxhdpi/recents_thumbnail_bg_press.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xxhdpi/spinner_default_holo_dark_am_no_underline.9.png b/packages/SystemUI/res/drawable-xxhdpi/spinner_default_holo_dark_am_no_underline.9.png Binary files differdeleted file mode 100644 index 29fb50f..0000000 --- a/packages/SystemUI/res/drawable-xxhdpi/spinner_default_holo_dark_am_no_underline.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xxhdpi/status_bar_close_off.9.png b/packages/SystemUI/res/drawable-xxhdpi/status_bar_close_off.9.png Binary files differdeleted file mode 100644 index d50ff85..0000000 --- a/packages/SystemUI/res/drawable-xxhdpi/status_bar_close_off.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable-xxhdpi/status_bar_close_on.9.png b/packages/SystemUI/res/drawable-xxhdpi/status_bar_close_on.9.png Binary files differdeleted file mode 100644 index 5d27ccd..0000000 --- a/packages/SystemUI/res/drawable-xxhdpi/status_bar_close_on.9.png +++ /dev/null diff --git a/packages/SystemUI/res/drawable/navbar_search_outerring.xml b/packages/SystemUI/res/drawable/navbar_search_outerring.xml deleted file mode 100644 index 689dbf0..0000000 --- a/packages/SystemUI/res/drawable/navbar_search_outerring.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 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. ---> - -<shape xmlns:android="http://schemas.android.com/apk/res/android" - android:shape="oval"> - <size android:height="@dimen/navbar_search_outerring_diameter" - android:width="@dimen/navbar_search_outerring_diameter" /> - <solid android:color="#00000000" /> - <stroke android:color="#40ffffff" android:width="2dp" /> -</shape> diff --git a/packages/SystemUI/res/drawable/notification_list_shadow.xml b/packages/SystemUI/res/drawable/notification_list_shadow.xml deleted file mode 100644 index 7f33153..0000000 --- a/packages/SystemUI/res/drawable/notification_list_shadow.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2011 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. ---> - -<shape - xmlns:android="http://schemas.android.com/apk/res/android" - > - <gradient - android:angle="90" - android:endColor="@color/notification_list_shadow_top" - android:startColor="#00000000" - android:type="linear" - /> -</shape> diff --git a/packages/SystemUI/res/drawable/notification_scrim.xml b/packages/SystemUI/res/drawable/notification_scrim.xml deleted file mode 100644 index 53ba213..0000000 --- a/packages/SystemUI/res/drawable/notification_scrim.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> - -<!-- - ~ Copyright (C) 2014 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 - --> - -<shape xmlns:android="http://schemas.android.com/apk/res/android"> - <solid android:color="#08000000" /> - <corners android:radius="@dimen/notification_material_rounded_rect_radius" /> -</shape>
\ No newline at end of file diff --git a/packages/SystemUI/res/drawable/recents_thumbnail_fg.xml b/packages/SystemUI/res/drawable/recents_thumbnail_fg.xml deleted file mode 100644 index c209055..0000000 --- a/packages/SystemUI/res/drawable/recents_thumbnail_fg.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2011 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. ---> -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:drawable="@drawable/recents_thumbnail_bg_press" android:state_selected="true" /> - <item android:drawable="@drawable/recents_thumbnail_bg_press" android:state_pressed="true" /> - <item android:drawable="@drawable/recents_thumbnail_no_press"/> -</selector> diff --git a/packages/SystemUI/res/drawable/recents_thumbnail_no_press.xml b/packages/SystemUI/res/drawable/recents_thumbnail_no_press.xml deleted file mode 100644 index be07b2c..0000000 --- a/packages/SystemUI/res/drawable/recents_thumbnail_no_press.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 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. ---> -<color xmlns:android="http://schemas.android.com/apk/res/android" - android:color="#00000000" /> diff --git a/packages/SystemUI/res/drawable/status_bar_close.xml b/packages/SystemUI/res/drawable/status_bar_close.xml deleted file mode 100644 index 2efc3c3..0000000 --- a/packages/SystemUI/res/drawable/status_bar_close.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 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. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_pressed="true" - android:drawable="@drawable/status_bar_close_on" /> - <item - android:drawable="@drawable/status_bar_close_off" /> -</selector> - diff --git a/packages/SystemUI/res/drawable/status_bar_recents_background.xml b/packages/SystemUI/res/drawable/status_bar_recents_background.xml deleted file mode 100644 index ea0b75c..0000000 --- a/packages/SystemUI/res/drawable/status_bar_recents_background.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2011, 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. - */ ---> -<shape xmlns:android="http://schemas.android.com/apk/res/android"> - <gradient name="status_bar_recents_background" - android:startColor="#E0000000" - android:endColor="#99000000" - android:angle="@integer/status_bar_recents_bg_gradient_degrees" - /> -</shape> diff --git a/packages/SystemUI/res/drawable/status_bar_settings_slider_disabled.xml b/packages/SystemUI/res/drawable/status_bar_settings_slider_disabled.xml deleted file mode 100644 index 17d48b7..0000000 --- a/packages/SystemUI/res/drawable/status_bar_settings_slider_disabled.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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. ---> - -<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:id="@android:id/background" - android:drawable="@*android:drawable/scrubber_track_holo_dark" /> - <item android:id="@android:id/secondaryProgress"> - <scale android:scaleWidth="100%" - android:drawable="@*android:drawable/scrubber_track_holo_dark" /> - </item> - <item android:id="@android:id/progress"> - <scale android:scaleWidth="100%" - android:drawable="@*android:drawable/scrubber_track_holo_dark" /> - </item> -</layer-list> - diff --git a/packages/SystemUI/res/drawable/status_bar_toggle_button.xml b/packages/SystemUI/res/drawable/status_bar_toggle_button.xml deleted file mode 100644 index e17c62f..0000000 --- a/packages/SystemUI/res/drawable/status_bar_toggle_button.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_checked="true" - android:drawable="@*android:drawable/scrubber_primary_holo" /> - <item - android:drawable="@*android:drawable/scrubber_track_holo_dark" /> -</selector> - diff --git a/packages/SystemUI/res/drawable/system_bar_notification_header_bg.xml b/packages/SystemUI/res/drawable/system_bar_notification_header_bg.xml deleted file mode 100644 index 85f1ea2..0000000 --- a/packages/SystemUI/res/drawable/system_bar_notification_header_bg.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 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. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_pressed="true" android:drawable="@*android:drawable/list_selector_pressed_holo_dark" /> - <item android:drawable="@*android:drawable/list_selector_disabled_holo_dark" /> -</selector> diff --git a/packages/SystemUI/res/layout-land/status_bar_recent_item.xml b/packages/SystemUI/res/layout-land/status_bar_recent_item.xml deleted file mode 100644 index 1257641..0000000 --- a/packages/SystemUI/res/layout-land/status_bar_recent_item.xml +++ /dev/null @@ -1,100 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* apps/common/assets/default/default/skins/StatusBar.xml -** -** Copyright 2006, 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. -*/ ---> - -<FrameLayout - xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_height="match_parent" - android:layout_width="wrap_content" - android:paddingStart="@dimen/status_bar_recents_item_padding" - android:paddingEnd="@dimen/status_bar_recents_item_padding" - android:importantForAccessibility="no" - android:clipChildren="false"> - - <RelativeLayout android:id="@+id/recent_item" - android:layout_gravity="center_vertical" - android:layout_height="wrap_content" - android:layout_width="wrap_content" - android:paddingTop="@*android:dimen/status_bar_height" - android:clipChildren="false" - android:clipToPadding="false"> - - <FrameLayout android:id="@+id/app_thumbnail" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentStart="true" - android:layout_alignParentTop="true" - android:layout_marginTop="@dimen/status_bar_recents_thumbnail_top_margin" - android:layout_marginStart="@dimen/status_bar_recents_thumbnail_left_margin" - android:background="@drawable/recents_thumbnail_bg" - android:foreground="@drawable/recents_thumbnail_fg" - android:visibility="invisible"> - <ImageView android:id="@+id/app_thumbnail_image" - android:layout_width="@dimen/status_bar_recents_thumbnail_width" - android:layout_height="@dimen/status_bar_recents_thumbnail_height" - /> - </FrameLayout> - - <ImageView android:id="@+id/app_icon" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_marginTop="@dimen/status_bar_recents_app_icon_top_margin" - android:layout_marginStart="@dimen/status_bar_recents_app_icon_left_margin" - android:layout_alignParentStart="true" - android:layout_alignParentTop="true" - android:maxWidth="@dimen/status_bar_recents_app_icon_max_width" - android:maxHeight="@dimen/status_bar_recents_app_icon_max_height" - android:scaleType="centerInside" - android:adjustViewBounds="true" - android:visibility="invisible" - /> - - <TextView android:id="@+id/app_label" - android:layout_width="@dimen/status_bar_recents_app_label_width" - android:layout_height="wrap_content" - android:textSize="@dimen/status_bar_recents_app_label_text_size" - android:fadingEdge="horizontal" - android:fadingEdgeLength="@dimen/status_bar_recents_text_fading_edge_length" - android:scrollHorizontally="true" - android:layout_alignStart="@id/app_thumbnail" - android:layout_below="@id/app_thumbnail" - android:layout_marginTop="@dimen/status_bar_recents_text_description_padding" - android:layout_marginStart="@dimen/status_bar_recents_app_label_left_margin" - android:singleLine="true" - android:ellipsize="marquee" - android:textColor="@color/status_bar_recents_app_label_color" - android:importantForAccessibility="no" - /> - - <TextView android:id="@+id/app_description" - android:layout_width="@dimen/status_bar_recents_app_label_width" - android:layout_height="wrap_content" - android:textSize="@dimen/status_bar_recents_app_description_text_size" - android:fadingEdge="horizontal" - android:fadingEdgeLength="@dimen/status_bar_recents_text_fading_edge_length" - android:scrollHorizontally="true" - android:layout_alignStart="@id/app_thumbnail" - android:layout_below="@id/app_label" - android:layout_marginTop="@dimen/status_bar_recents_text_description_padding" - android:singleLine="true" - android:ellipsize="marquee" - /> - - </RelativeLayout> -</FrameLayout> diff --git a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml b/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml deleted file mode 100644 index b5d2f86..0000000 --- a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml +++ /dev/null @@ -1,66 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* apps/common/assets/default/default/skins/StatusBar.xml -** -** Copyright 2010, 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. -*/ ---> - -<com.android.systemui.recent.RecentsPanelView - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:systemui="http://schemas.android.com/apk/res-auto" - android:id="@+id/recents_root" - android:layout_height="match_parent" - android:layout_width="match_parent" - android:foreground="@drawable/bg_protect" - systemui:recentItemLayout="@layout/status_bar_recent_item" - > - <FrameLayout - android:id="@+id/recents_bg_protect" - android:background="@drawable/status_bar_recents_background" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:layout_alignParentBottom="true" - android:clipToPadding="false" - android:clipChildren="false"> - - <com.android.systemui.recent.RecentsHorizontalScrollView android:id="@+id/recents_container" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:fadingEdge="horizontal" - android:scrollbars="none" - android:layout_gravity="right" - android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length"> - - <LinearLayout android:id="@+id/recents_linear_layout" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layoutDirection="ltr" - android:layout_gravity="left" - android:orientation="horizontal" - android:fitsSystemWindows="true"> - </LinearLayout> - - </com.android.systemui.recent.RecentsHorizontalScrollView> - - </FrameLayout> - - <include layout="@layout/status_bar_no_recent_apps" - android:id="@+id/recents_no_apps" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:visibility="invisible" /> - -</com.android.systemui.recent.RecentsPanelView> diff --git a/packages/SystemUI/res/layout/status_bar_recent_item.xml b/packages/SystemUI/res/layout/status_bar_recent_item.xml deleted file mode 100644 index 6290bb3..0000000 --- a/packages/SystemUI/res/layout/status_bar_recent_item.xml +++ /dev/null @@ -1,109 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* apps/common/assets/default/default/skins/StatusBar.xml -** -** Copyright 2006, 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. -*/ ---> - -<FrameLayout - xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_height="wrap_content" - android:layout_width="match_parent" - android:paddingTop="@dimen/status_bar_recents_item_padding" - android:paddingBottom="@dimen/status_bar_recents_item_padding" - android:clipChildren="false" - android:importantForAccessibility="no"> - - <RelativeLayout android:id="@+id/recent_item" - android:layout_gravity="center_horizontal" - android:layout_height="wrap_content" - android:layout_width="wrap_content" - android:clipChildren="false"> - - <TextView android:id="@+id/app_label" - android:layout_width="@dimen/status_bar_recents_app_label_width" - android:layout_height="wrap_content" - android:textSize="@dimen/status_bar_recents_app_label_text_size" - android:fadingEdge="horizontal" - android:fadingEdgeLength="@dimen/status_bar_recents_text_fading_edge_length" - android:scrollHorizontally="true" - android:layout_alignParentStart="true" - android:layout_alignTop="@+id/app_icon" - android:paddingTop="2dp" - android:layout_marginStart="@dimen/status_bar_recents_app_label_left_margin" - android:singleLine="true" - android:ellipsize="marquee" - android:textColor="@color/status_bar_recents_app_label_color" - android:importantForAccessibility="no" - android:textAlignment="viewStart" - /> - <FrameLayout android:id="@+id/app_thumbnail" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentTop="true" - android:layout_toEndOf="@id/app_label" - android:layout_marginStart="@dimen/status_bar_recents_thumbnail_left_margin" - android:background="@drawable/recents_thumbnail_bg" - android:foreground="@drawable/recents_thumbnail_fg" - android:visibility="invisible"> - <ImageView android:id="@+id/app_thumbnail_image" - android:layout_width="@dimen/status_bar_recents_thumbnail_width" - android:layout_height="@dimen/status_bar_recents_thumbnail_height" - /> - </FrameLayout> - <View android:id="@+id/recents_callout_line" - android:layout_width="@dimen/status_bar_recents_app_label_width" - android:layout_height="1dip" - android:layout_alignParentStart="true" - android:layout_marginStart="@dimen/status_bar_recents_app_label_left_margin" - android:layout_toStartOf="@id/app_thumbnail" - android:layout_below="@id/app_label" - android:layout_marginEnd="3dip" - android:layout_marginTop="3dip" - android:background="@drawable/recents_callout_line" - /> - - <ImageView android:id="@id/app_icon" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_toEndOf="@id/app_label" - android:layout_marginStart="@dimen/status_bar_recents_app_icon_left_margin" - android:layout_marginTop="@dimen/status_bar_recents_app_icon_top_margin" - android:maxWidth="@dimen/status_bar_recents_app_icon_max_width" - android:maxHeight="@dimen/status_bar_recents_app_icon_max_height" - android:scaleType="centerInside" - android:adjustViewBounds="true" - android:visibility="invisible" - /> - - <TextView android:id="@+id/app_description" - android:layout_width="@dimen/status_bar_recents_app_label_width" - android:layout_height="wrap_content" - android:textSize="@dimen/status_bar_recents_app_description_text_size" - android:fadingEdge="horizontal" - android:fadingEdgeLength="@dimen/status_bar_recents_text_fading_edge_length" - android:scrollHorizontally="true" - android:layout_alignParentStart="true" - android:layout_marginStart="@dimen/status_bar_recents_app_label_left_margin" - android:layout_below="@id/recents_callout_line" - android:layout_marginTop="3dip" - android:singleLine="true" - android:ellipsize="marquee" - android:textAlignment="viewStart" - /> - - </RelativeLayout> -</FrameLayout> diff --git a/packages/SystemUI/res/layout/status_bar_recent_panel.xml b/packages/SystemUI/res/layout/status_bar_recent_panel.xml deleted file mode 100644 index 588873a..0000000 --- a/packages/SystemUI/res/layout/status_bar_recent_panel.xml +++ /dev/null @@ -1,70 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* apps/common/assets/default/default/skins/StatusBar.xml -** -** Copyright 2010, 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. -*/ ---> - -<com.android.systemui.recent.RecentsPanelView - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:systemui="http://schemas.android.com/apk/res-auto" - android:id="@+id/recents_root" - android:layout_height="match_parent" - android:layout_width="match_parent" - android:foreground="@drawable/bg_protect" - systemui:recentItemLayout="@layout/status_bar_recent_item" - > - <FrameLayout - android:id="@+id/recents_bg_protect" - android:background="@drawable/status_bar_recents_background" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:layout_alignParentBottom="true"> - - <com.android.systemui.recent.RecentsVerticalScrollView - android:id="@+id/recents_container" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_marginEnd="0dp" - android:divider="@null" - android:stackFromBottom="true" - android:fadingEdge="vertical" - android:scrollbars="none" - android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length" - android:layout_gravity="bottom|start" - android:clipToPadding="false" - android:clipChildren="false"> - - <LinearLayout android:id="@+id/recents_linear_layout" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="vertical" - android:fitsSystemWindows="true" - android:clipToPadding="false" - android:clipChildren="false"> - </LinearLayout> - - </com.android.systemui.recent.RecentsVerticalScrollView> - - </FrameLayout> - - <include layout="@layout/status_bar_no_recent_apps" - android:id="@+id/recents_no_apps" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:visibility="invisible" /> - -</com.android.systemui.recent.RecentsPanelView> diff --git a/packages/SystemUI/res/menu/recent_popup_menu.xml b/packages/SystemUI/res/menu/recent_popup_menu.xml deleted file mode 100644 index eecfb9a..0000000 --- a/packages/SystemUI/res/menu/recent_popup_menu.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* apps/common/assets/default/default/skins/StatusBar.xml -** -** Copyright 2011, 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. -*/ ---> -<menu xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:id="@+id/recent_remove_item" android:title="@string/status_bar_recent_remove_item_title" /> - <item android:id="@+id/recent_inspect_item" android:title="@string/status_bar_recent_inspect_item_title" /> -</menu> |