diff options
Diffstat (limited to 'res/drawable-xlarge')
-rw-r--r-- | res/drawable-xlarge/all_apps_button.xml | 20 | ||||
-rw-r--r-- | res/drawable-xlarge/all_apps_button_normal.png | bin | 0 -> 3713 bytes | |||
-rw-r--r-- | res/drawable-xlarge/all_apps_button_pressed.png | bin | 0 -> 3467 bytes | |||
-rw-r--r-- | res/drawable-xlarge/configure_button.xml | 20 | ||||
-rw-r--r-- | res/drawable-xlarge/configure_button_normal.png | bin | 0 -> 4228 bytes | |||
-rw-r--r-- | res/drawable-xlarge/configure_button_pressed.png | bin | 0 -> 3718 bytes | |||
-rw-r--r-- | res/drawable-xlarge/search_button.xml | 20 | ||||
-rw-r--r-- | res/drawable-xlarge/search_button_normal.png | bin | 0 -> 6234 bytes | |||
-rw-r--r-- | res/drawable-xlarge/search_button_pressed.png | bin | 0 -> 5798 bytes |
9 files changed, 60 insertions, 0 deletions
diff --git a/res/drawable-xlarge/all_apps_button.xml b/res/drawable-xlarge/all_apps_button.xml new file mode 100644 index 0000000..1e654f0 --- /dev/null +++ b/res/drawable-xlarge/all_apps_button.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2008 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/all_apps_button_pressed" /> + <item android:drawable="@drawable/all_apps_button_normal" /> +</selector> diff --git a/res/drawable-xlarge/all_apps_button_normal.png b/res/drawable-xlarge/all_apps_button_normal.png Binary files differnew file mode 100644 index 0000000..095ce63 --- /dev/null +++ b/res/drawable-xlarge/all_apps_button_normal.png diff --git a/res/drawable-xlarge/all_apps_button_pressed.png b/res/drawable-xlarge/all_apps_button_pressed.png Binary files differnew file mode 100644 index 0000000..50e4735 --- /dev/null +++ b/res/drawable-xlarge/all_apps_button_pressed.png diff --git a/res/drawable-xlarge/configure_button.xml b/res/drawable-xlarge/configure_button.xml new file mode 100644 index 0000000..b292652 --- /dev/null +++ b/res/drawable-xlarge/configure_button.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2008 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/configure_button_pressed" /> + <item android:drawable="@drawable/configure_button_normal" /> +</selector> diff --git a/res/drawable-xlarge/configure_button_normal.png b/res/drawable-xlarge/configure_button_normal.png Binary files differnew file mode 100644 index 0000000..066f492 --- /dev/null +++ b/res/drawable-xlarge/configure_button_normal.png diff --git a/res/drawable-xlarge/configure_button_pressed.png b/res/drawable-xlarge/configure_button_pressed.png Binary files differnew file mode 100644 index 0000000..536ed7c --- /dev/null +++ b/res/drawable-xlarge/configure_button_pressed.png diff --git a/res/drawable-xlarge/search_button.xml b/res/drawable-xlarge/search_button.xml new file mode 100644 index 0000000..6d5d949 --- /dev/null +++ b/res/drawable-xlarge/search_button.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2008 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/search_button_pressed" /> + <item android:drawable="@drawable/search_button_normal" /> +</selector> diff --git a/res/drawable-xlarge/search_button_normal.png b/res/drawable-xlarge/search_button_normal.png Binary files differnew file mode 100644 index 0000000..3a3045a --- /dev/null +++ b/res/drawable-xlarge/search_button_normal.png diff --git a/res/drawable-xlarge/search_button_pressed.png b/res/drawable-xlarge/search_button_pressed.png Binary files differnew file mode 100644 index 0000000..8ae6b16 --- /dev/null +++ b/res/drawable-xlarge/search_button_pressed.png |