diff options
author | Romain Guy <romainguy@android.com> | 2009-07-21 10:55:43 -0700 |
---|---|---|
committer | Romain Guy <romainguy@android.com> | 2009-07-21 10:55:43 -0700 |
commit | 94dabf1be48001ea2a8fcb496fe08ba82b229e00 (patch) | |
tree | 2f55d454206df2085d97e5eb6ffad53b20c88121 /res/drawable | |
parent | 6e1fd5b2b0b79b8e97d458c40bc9ac1710c2852b (diff) | |
download | packages_apps_trebuchet-94dabf1be48001ea2a8fcb496fe08ba82b229e00.zip packages_apps_trebuchet-94dabf1be48001ea2a8fcb496fe08ba82b229e00.tar.gz packages_apps_trebuchet-94dabf1be48001ea2a8fcb496fe08ba82b229e00.tar.bz2 |
Remove gestures from Home.
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/btn_add.xml | 26 | ||||
-rw-r--r-- | res/drawable/btn_g.xml | 26 | ||||
-rw-r--r-- | res/drawable/btn_list.xml | 26 | ||||
-rw-r--r-- | res/drawable/g_background.9.png | bin | 392 -> 0 bytes | |||
-rw-r--r-- | res/drawable/g_bar_background.xml | 19 | ||||
-rw-r--r-- | res/drawable/g_normal.png | bin | 1408 -> 0 bytes | |||
-rw-r--r-- | res/drawable/g_pressed.png | bin | 1784 -> 0 bytes | |||
-rw-r--r-- | res/drawable/g_selected.png | bin | 1794 -> 0 bytes | |||
-rw-r--r-- | res/drawable/gestures_background.xml | 19 | ||||
-rw-r--r-- | res/drawable/gestures_frame.9.png | bin | 3882 -> 0 bytes | |||
-rw-r--r-- | res/drawable/list_normal.png | bin | 1183 -> 0 bytes | |||
-rw-r--r-- | res/drawable/list_pressed.png | bin | 1563 -> 0 bytes | |||
-rw-r--r-- | res/drawable/list_selected.png | bin | 1603 -> 0 bytes | |||
-rw-r--r-- | res/drawable/mirrored_shadow.9.png | bin | 165 -> 0 bytes | |||
-rw-r--r-- | res/drawable/plus_normal.png | bin | 1218 -> 0 bytes | |||
-rw-r--r-- | res/drawable/plus_pressed.png | bin | 1564 -> 0 bytes | |||
-rw-r--r-- | res/drawable/plus_selected.png | bin | 1599 -> 0 bytes |
17 files changed, 0 insertions, 116 deletions
diff --git a/res/drawable/btn_add.xml b/res/drawable/btn_add.xml deleted file mode 100644 index 1345fd1..0000000 --- a/res/drawable/btn_add.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2009 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_window_focused="false" android:state_enabled="true" - android:drawable="@drawable/plus_normal" /> - <item android:state_pressed="true" - android:drawable="@drawable/plus_pressed" /> - <item android:state_focused="true" android:state_enabled="true" - android:drawable="@drawable/plus_selected" /> - <item android:state_enabled="true" - android:drawable="@drawable/plus_normal" /> -</selector> diff --git a/res/drawable/btn_g.xml b/res/drawable/btn_g.xml deleted file mode 100644 index d033b43..0000000 --- a/res/drawable/btn_g.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2009 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_window_focused="false" android:state_enabled="true" - android:drawable="@drawable/g_normal" /> - <item android:state_pressed="true" - android:drawable="@drawable/g_pressed" /> - <item android:state_focused="true" android:state_enabled="true" - android:drawable="@drawable/g_selected" /> - <item android:state_enabled="true" - android:drawable="@drawable/g_normal" /> -</selector> diff --git a/res/drawable/btn_list.xml b/res/drawable/btn_list.xml deleted file mode 100644 index 84a033e..0000000 --- a/res/drawable/btn_list.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2009 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_window_focused="false" android:state_enabled="true" - android:drawable="@drawable/list_normal" /> - <item android:state_pressed="true" - android:drawable="@drawable/list_pressed" /> - <item android:state_focused="true" android:state_enabled="true" - android:drawable="@drawable/list_selected" /> - <item android:state_enabled="true" - android:drawable="@drawable/list_normal" /> -</selector> diff --git a/res/drawable/g_background.9.png b/res/drawable/g_background.9.png Binary files differdeleted file mode 100644 index a4bf817..0000000 --- a/res/drawable/g_background.9.png +++ /dev/null diff --git a/res/drawable/g_bar_background.xml b/res/drawable/g_bar_background.xml deleted file mode 100644 index b9f6694..0000000 --- a/res/drawable/g_bar_background.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2009 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. ---> - -<nine-patch xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/g_background" - android:dither="true" /> diff --git a/res/drawable/g_normal.png b/res/drawable/g_normal.png Binary files differdeleted file mode 100644 index 2ae9703..0000000 --- a/res/drawable/g_normal.png +++ /dev/null diff --git a/res/drawable/g_pressed.png b/res/drawable/g_pressed.png Binary files differdeleted file mode 100644 index 13667dc..0000000 --- a/res/drawable/g_pressed.png +++ /dev/null diff --git a/res/drawable/g_selected.png b/res/drawable/g_selected.png Binary files differdeleted file mode 100644 index faed865..0000000 --- a/res/drawable/g_selected.png +++ /dev/null diff --git a/res/drawable/gestures_background.xml b/res/drawable/gestures_background.xml deleted file mode 100644 index 59c11dc..0000000 --- a/res/drawable/gestures_background.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2009 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. ---> - -<nine-patch xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/gestures_frame" - android:dither="true" /> diff --git a/res/drawable/gestures_frame.9.png b/res/drawable/gestures_frame.9.png Binary files differdeleted file mode 100644 index 3119a81..0000000 --- a/res/drawable/gestures_frame.9.png +++ /dev/null diff --git a/res/drawable/list_normal.png b/res/drawable/list_normal.png Binary files differdeleted file mode 100644 index ee05949..0000000 --- a/res/drawable/list_normal.png +++ /dev/null diff --git a/res/drawable/list_pressed.png b/res/drawable/list_pressed.png Binary files differdeleted file mode 100644 index 8e3c68c..0000000 --- a/res/drawable/list_pressed.png +++ /dev/null diff --git a/res/drawable/list_selected.png b/res/drawable/list_selected.png Binary files differdeleted file mode 100644 index 93858f4..0000000 --- a/res/drawable/list_selected.png +++ /dev/null diff --git a/res/drawable/mirrored_shadow.9.png b/res/drawable/mirrored_shadow.9.png Binary files differdeleted file mode 100644 index 84516dd..0000000 --- a/res/drawable/mirrored_shadow.9.png +++ /dev/null diff --git a/res/drawable/plus_normal.png b/res/drawable/plus_normal.png Binary files differdeleted file mode 100644 index ddc5888..0000000 --- a/res/drawable/plus_normal.png +++ /dev/null diff --git a/res/drawable/plus_pressed.png b/res/drawable/plus_pressed.png Binary files differdeleted file mode 100644 index 872f092..0000000 --- a/res/drawable/plus_pressed.png +++ /dev/null diff --git a/res/drawable/plus_selected.png b/res/drawable/plus_selected.png Binary files differdeleted file mode 100644 index 32c441f..0000000 --- a/res/drawable/plus_selected.png +++ /dev/null |