diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-01-17 14:47:44 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-01-17 14:47:44 +0100 |
commit | 39ab2c4bb04d8748312a4da18b006a9de4e711aa (patch) | |
tree | 9d61ea796040cbe216888ae6194be56c18e7e0b4 /OpenPGP-Keychain | |
parent | 3cd36637eb3b5de54f5e4495a22ce8907eaf9655 (diff) | |
download | open-keychain-39ab2c4bb04d8748312a4da18b006a9de4e711aa.tar.gz open-keychain-39ab2c4bb04d8748312a4da18b006a9de4e711aa.tar.bz2 open-keychain-39ab2c4bb04d8748312a4da18b006a9de4e711aa.zip |
new import icon
Diffstat (limited to 'OpenPGP-Keychain')
-rw-r--r-- | OpenPGP-Keychain/res/drawable-hdpi/dashboard_import_default.png | bin | 0 -> 5195 bytes | |||
-rw-r--r-- | OpenPGP-Keychain/res/drawable-hdpi/dashboard_import_pressed.png | bin | 0 -> 4973 bytes | |||
-rw-r--r-- | OpenPGP-Keychain/res/drawable/dashboard_import.xml | 28 |
3 files changed, 28 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/res/drawable-hdpi/dashboard_import_default.png b/OpenPGP-Keychain/res/drawable-hdpi/dashboard_import_default.png Binary files differnew file mode 100644 index 000000000..7be4837a0 --- /dev/null +++ b/OpenPGP-Keychain/res/drawable-hdpi/dashboard_import_default.png diff --git a/OpenPGP-Keychain/res/drawable-hdpi/dashboard_import_pressed.png b/OpenPGP-Keychain/res/drawable-hdpi/dashboard_import_pressed.png Binary files differnew file mode 100644 index 000000000..a4fe3c903 --- /dev/null +++ b/OpenPGP-Keychain/res/drawable-hdpi/dashboard_import_pressed.png diff --git a/OpenPGP-Keychain/res/drawable/dashboard_import.xml b/OpenPGP-Keychain/res/drawable/dashboard_import.xml new file mode 100644 index 000000000..e5857dc6c --- /dev/null +++ b/OpenPGP-Keychain/res/drawable/dashboard_import.xml @@ -0,0 +1,28 @@ +<!-- + Copyright 2011 Google Inc. + + 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/dashboard_import_pressed" + android:state_focused="true" + android:state_pressed="true" /> + <item android:drawable="@drawable/dashboard_import_pressed" + android:state_focused="false" + android:state_pressed="true" /> + <item android:drawable="@drawable/dashboard_import_pressed" + android:state_focused="true" /> + <item android:drawable="@drawable/dashboard_import_default" + android:state_focused="false" + android:state_pressed="false" /> +</selector> |