aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/res/drawable')
-rw-r--r--OpenPGP-Keychain/res/drawable/btn_circle_disable.pngbin0 -> 938 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/btn_circle_disable_focused.pngbin0 -> 1436 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/btn_circle_normal.pngbin0 -> 1249 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/btn_circle_pressed.pngbin0 -> 1613 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/btn_circle_selected.pngbin0 -> 1645 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/dashboard_decrypt.xml28
-rw-r--r--OpenPGP-Keychain/res/drawable/dashboard_encrypt.xml28
-rw-r--r--OpenPGP-Keychain/res/drawable/dashboard_help.xml28
-rw-r--r--OpenPGP-Keychain/res/drawable/dashboard_manage_keys.xml28
-rw-r--r--OpenPGP-Keychain/res/drawable/dashboard_my_keys.xml28
-rw-r--r--OpenPGP-Keychain/res/drawable/dashboard_scan_qrcode.xml28
-rw-r--r--OpenPGP-Keychain/res/drawable/encrypted.pngbin0 -> 2486 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/encrypted_large.pngbin0 -> 3561 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/encrypted_small.pngbin0 -> 1513 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/ic_btn_round_minus.pngbin0 -> 288 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/ic_btn_round_plus.pngbin0 -> 526 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/ic_launcher_folder.pngbin0 -> 2235 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/ic_launcher_folder_small.pngbin0 -> 1522 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/ic_next.pngbin0 -> 1360 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/ic_previous.pngbin0 -> 1352 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/key.pngbin0 -> 2462 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/key_large.pngbin0 -> 3675 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/key_small.pngbin0 -> 1484 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/overlay_error.pngbin0 -> 1539 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/overlay_ok.pngbin0 -> 1305 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/section_header.xml11
-rw-r--r--OpenPGP-Keychain/res/drawable/signed.pngbin0 -> 2611 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/signed_large.pngbin0 -> 3858 bytes
-rw-r--r--OpenPGP-Keychain/res/drawable/signed_small.pngbin0 -> 1576 bytes
29 files changed, 179 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/res/drawable/btn_circle_disable.png b/OpenPGP-Keychain/res/drawable/btn_circle_disable.png
new file mode 100644
index 000000000..33b74a66c
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/btn_circle_disable.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/btn_circle_disable_focused.png b/OpenPGP-Keychain/res/drawable/btn_circle_disable_focused.png
new file mode 100644
index 000000000..005ad8dca
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/btn_circle_disable_focused.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/btn_circle_normal.png b/OpenPGP-Keychain/res/drawable/btn_circle_normal.png
new file mode 100644
index 000000000..fc5af1c9f
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/btn_circle_normal.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/btn_circle_pressed.png b/OpenPGP-Keychain/res/drawable/btn_circle_pressed.png
new file mode 100644
index 000000000..8f40afdfc
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/btn_circle_pressed.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/btn_circle_selected.png b/OpenPGP-Keychain/res/drawable/btn_circle_selected.png
new file mode 100644
index 000000000..c74fac227
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/btn_circle_selected.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/dashboard_decrypt.xml b/OpenPGP-Keychain/res/drawable/dashboard_decrypt.xml
new file mode 100644
index 000000000..981e38a0b
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/dashboard_decrypt.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_decrypt_pressed"
+ android:state_focused="true"
+ android:state_pressed="true" />
+ <item android:drawable="@drawable/dashboard_decrypt_pressed"
+ android:state_focused="false"
+ android:state_pressed="true" />
+ <item android:drawable="@drawable/dashboard_decrypt_pressed"
+ android:state_focused="true" />
+ <item android:drawable="@drawable/dashboard_decrypt_default"
+ android:state_focused="false"
+ android:state_pressed="false" />
+</selector>
diff --git a/OpenPGP-Keychain/res/drawable/dashboard_encrypt.xml b/OpenPGP-Keychain/res/drawable/dashboard_encrypt.xml
new file mode 100644
index 000000000..af812dc51
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/dashboard_encrypt.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_encrypt_pressed"
+ android:state_focused="true"
+ android:state_pressed="true" />
+ <item android:drawable="@drawable/dashboard_encrypt_pressed"
+ android:state_focused="false"
+ android:state_pressed="true" />
+ <item android:drawable="@drawable/dashboard_encrypt_pressed"
+ android:state_focused="true" />
+ <item android:drawable="@drawable/dashboard_encrypt_default"
+ android:state_focused="false"
+ android:state_pressed="false" />
+</selector>
diff --git a/OpenPGP-Keychain/res/drawable/dashboard_help.xml b/OpenPGP-Keychain/res/drawable/dashboard_help.xml
new file mode 100644
index 000000000..e121ea0d1
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/dashboard_help.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_help_pressed"
+ android:state_focused="true"
+ android:state_pressed="true" />
+ <item android:drawable="@drawable/dashboard_help_pressed"
+ android:state_focused="false"
+ android:state_pressed="true" />
+ <item android:drawable="@drawable/dashboard_help_pressed"
+ android:state_focused="true" />
+ <item android:drawable="@drawable/dashboard_help_default"
+ android:state_focused="false"
+ android:state_pressed="false" />
+</selector>
diff --git a/OpenPGP-Keychain/res/drawable/dashboard_manage_keys.xml b/OpenPGP-Keychain/res/drawable/dashboard_manage_keys.xml
new file mode 100644
index 000000000..ebc519253
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/dashboard_manage_keys.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_manage_keys_pressed"
+ android:state_focused="true"
+ android:state_pressed="true" />
+ <item android:drawable="@drawable/dashboard_manage_keys_pressed"
+ android:state_focused="false"
+ android:state_pressed="true" />
+ <item android:drawable="@drawable/dashboard_manage_keys_pressed"
+ android:state_focused="true" />
+ <item android:drawable="@drawable/dashboard_manage_keys_default"
+ android:state_focused="false"
+ android:state_pressed="false" />
+</selector>
diff --git a/OpenPGP-Keychain/res/drawable/dashboard_my_keys.xml b/OpenPGP-Keychain/res/drawable/dashboard_my_keys.xml
new file mode 100644
index 000000000..d4045db45
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/dashboard_my_keys.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_my_keys_pressed"
+ android:state_focused="true"
+ android:state_pressed="true" />
+ <item android:drawable="@drawable/dashboard_my_keys_pressed"
+ android:state_focused="false"
+ android:state_pressed="true" />
+ <item android:drawable="@drawable/dashboard_my_keys_pressed"
+ android:state_focused="true" />
+ <item android:drawable="@drawable/dashboard_my_keys_default"
+ android:state_focused="false"
+ android:state_pressed="false" />
+</selector>
diff --git a/OpenPGP-Keychain/res/drawable/dashboard_scan_qrcode.xml b/OpenPGP-Keychain/res/drawable/dashboard_scan_qrcode.xml
new file mode 100644
index 000000000..400994820
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/dashboard_scan_qrcode.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_scan_qrcode_pressed"
+ android:state_focused="true"
+ android:state_pressed="true" />
+ <item android:drawable="@drawable/dashboard_scan_qrcode_pressed"
+ android:state_focused="false"
+ android:state_pressed="true" />
+ <item android:drawable="@drawable/dashboard_scan_qrcode_pressed"
+ android:state_focused="true" />
+ <item android:drawable="@drawable/dashboard_scan_qrcode_default"
+ android:state_focused="false"
+ android:state_pressed="false" />
+</selector>
diff --git a/OpenPGP-Keychain/res/drawable/encrypted.png b/OpenPGP-Keychain/res/drawable/encrypted.png
new file mode 100644
index 000000000..2783804bc
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/encrypted.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/encrypted_large.png b/OpenPGP-Keychain/res/drawable/encrypted_large.png
new file mode 100644
index 000000000..6d7c616a4
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/encrypted_large.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/encrypted_small.png b/OpenPGP-Keychain/res/drawable/encrypted_small.png
new file mode 100644
index 000000000..7f4ab803f
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/encrypted_small.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/ic_btn_round_minus.png b/OpenPGP-Keychain/res/drawable/ic_btn_round_minus.png
new file mode 100644
index 000000000..96dbb17d2
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/ic_btn_round_minus.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/ic_btn_round_plus.png b/OpenPGP-Keychain/res/drawable/ic_btn_round_plus.png
new file mode 100644
index 000000000..1ec8a956a
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/ic_btn_round_plus.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/ic_launcher_folder.png b/OpenPGP-Keychain/res/drawable/ic_launcher_folder.png
new file mode 100644
index 000000000..ed31ba580
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/ic_launcher_folder.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/ic_launcher_folder_small.png b/OpenPGP-Keychain/res/drawable/ic_launcher_folder_small.png
new file mode 100644
index 000000000..5df8d60f0
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/ic_launcher_folder_small.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/ic_next.png b/OpenPGP-Keychain/res/drawable/ic_next.png
new file mode 100644
index 000000000..8271c1380
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/ic_next.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/ic_previous.png b/OpenPGP-Keychain/res/drawable/ic_previous.png
new file mode 100644
index 000000000..ef90db972
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/ic_previous.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/key.png b/OpenPGP-Keychain/res/drawable/key.png
new file mode 100644
index 000000000..de7e72524
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/key.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/key_large.png b/OpenPGP-Keychain/res/drawable/key_large.png
new file mode 100644
index 000000000..6f18c0240
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/key_large.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/key_small.png b/OpenPGP-Keychain/res/drawable/key_small.png
new file mode 100644
index 000000000..121803508
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/key_small.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/overlay_error.png b/OpenPGP-Keychain/res/drawable/overlay_error.png
new file mode 100644
index 000000000..2372de59e
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/overlay_error.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/overlay_ok.png b/OpenPGP-Keychain/res/drawable/overlay_ok.png
new file mode 100644
index 000000000..2f0005898
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/overlay_ok.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/section_header.xml b/OpenPGP-Keychain/res/drawable/section_header.xml
new file mode 100644
index 000000000..a4468484e
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/section_header.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle" >
+
+ <size
+ android:height="2dp"
+ android:width="1000dp" />
+
+ <solid android:color="@color/emphasis" />
+
+</shape> \ No newline at end of file
diff --git a/OpenPGP-Keychain/res/drawable/signed.png b/OpenPGP-Keychain/res/drawable/signed.png
new file mode 100644
index 000000000..490e94fbd
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/signed.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/signed_large.png b/OpenPGP-Keychain/res/drawable/signed_large.png
new file mode 100644
index 000000000..92e64dc51
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/signed_large.png
Binary files differ
diff --git a/OpenPGP-Keychain/res/drawable/signed_small.png b/OpenPGP-Keychain/res/drawable/signed_small.png
new file mode 100644
index 000000000..590220281
--- /dev/null
+++ b/OpenPGP-Keychain/res/drawable/signed_small.png
Binary files differ