aboutsummaryrefslogtreecommitdiffstats
path: root/APG/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'APG/res/drawable')
-rw-r--r--APG/res/drawable/btn_circle_disable.pngbin938 -> 0 bytes
-rw-r--r--APG/res/drawable/btn_circle_disable_focused.pngbin1436 -> 0 bytes
-rw-r--r--APG/res/drawable/btn_circle_normal.pngbin1249 -> 0 bytes
-rw-r--r--APG/res/drawable/btn_circle_pressed.pngbin1613 -> 0 bytes
-rw-r--r--APG/res/drawable/btn_circle_selected.pngbin1645 -> 0 bytes
-rw-r--r--APG/res/drawable/dashboard_decrypt.xml28
-rw-r--r--APG/res/drawable/dashboard_encrypt.xml28
-rw-r--r--APG/res/drawable/dashboard_help.xml28
-rw-r--r--APG/res/drawable/dashboard_manage_keys.xml28
-rw-r--r--APG/res/drawable/dashboard_my_keys.xml28
-rw-r--r--APG/res/drawable/dashboard_scan_qrcode.xml28
-rw-r--r--APG/res/drawable/encrypted.pngbin2486 -> 0 bytes
-rw-r--r--APG/res/drawable/encrypted_large.pngbin3561 -> 0 bytes
-rw-r--r--APG/res/drawable/encrypted_small.pngbin1513 -> 0 bytes
-rw-r--r--APG/res/drawable/ic_btn_round_minus.pngbin288 -> 0 bytes
-rw-r--r--APG/res/drawable/ic_btn_round_plus.pngbin526 -> 0 bytes
-rw-r--r--APG/res/drawable/ic_launcher_folder.pngbin2235 -> 0 bytes
-rw-r--r--APG/res/drawable/ic_launcher_folder_small.pngbin1522 -> 0 bytes
-rw-r--r--APG/res/drawable/ic_next.pngbin1360 -> 0 bytes
-rw-r--r--APG/res/drawable/ic_previous.pngbin1352 -> 0 bytes
-rw-r--r--APG/res/drawable/key.pngbin2462 -> 0 bytes
-rw-r--r--APG/res/drawable/key_large.pngbin3675 -> 0 bytes
-rw-r--r--APG/res/drawable/key_small.pngbin1484 -> 0 bytes
-rw-r--r--APG/res/drawable/overlay_error.pngbin1539 -> 0 bytes
-rw-r--r--APG/res/drawable/overlay_ok.pngbin1305 -> 0 bytes
-rw-r--r--APG/res/drawable/section_header.xml11
-rw-r--r--APG/res/drawable/signed.pngbin2611 -> 0 bytes
-rw-r--r--APG/res/drawable/signed_large.pngbin3858 -> 0 bytes
-rw-r--r--APG/res/drawable/signed_small.pngbin1576 -> 0 bytes
29 files changed, 0 insertions, 179 deletions
diff --git a/APG/res/drawable/btn_circle_disable.png b/APG/res/drawable/btn_circle_disable.png
deleted file mode 100644
index 33b74a66c..000000000
--- a/APG/res/drawable/btn_circle_disable.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/btn_circle_disable_focused.png b/APG/res/drawable/btn_circle_disable_focused.png
deleted file mode 100644
index 005ad8dca..000000000
--- a/APG/res/drawable/btn_circle_disable_focused.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/btn_circle_normal.png b/APG/res/drawable/btn_circle_normal.png
deleted file mode 100644
index fc5af1c9f..000000000
--- a/APG/res/drawable/btn_circle_normal.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/btn_circle_pressed.png b/APG/res/drawable/btn_circle_pressed.png
deleted file mode 100644
index 8f40afdfc..000000000
--- a/APG/res/drawable/btn_circle_pressed.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/btn_circle_selected.png b/APG/res/drawable/btn_circle_selected.png
deleted file mode 100644
index c74fac227..000000000
--- a/APG/res/drawable/btn_circle_selected.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/dashboard_decrypt.xml b/APG/res/drawable/dashboard_decrypt.xml
deleted file mode 100644
index 981e38a0b..000000000
--- a/APG/res/drawable/dashboard_decrypt.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<!--
- 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/APG/res/drawable/dashboard_encrypt.xml b/APG/res/drawable/dashboard_encrypt.xml
deleted file mode 100644
index af812dc51..000000000
--- a/APG/res/drawable/dashboard_encrypt.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<!--
- 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/APG/res/drawable/dashboard_help.xml b/APG/res/drawable/dashboard_help.xml
deleted file mode 100644
index e121ea0d1..000000000
--- a/APG/res/drawable/dashboard_help.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<!--
- 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/APG/res/drawable/dashboard_manage_keys.xml b/APG/res/drawable/dashboard_manage_keys.xml
deleted file mode 100644
index ebc519253..000000000
--- a/APG/res/drawable/dashboard_manage_keys.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<!--
- 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/APG/res/drawable/dashboard_my_keys.xml b/APG/res/drawable/dashboard_my_keys.xml
deleted file mode 100644
index d4045db45..000000000
--- a/APG/res/drawable/dashboard_my_keys.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<!--
- 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/APG/res/drawable/dashboard_scan_qrcode.xml b/APG/res/drawable/dashboard_scan_qrcode.xml
deleted file mode 100644
index 400994820..000000000
--- a/APG/res/drawable/dashboard_scan_qrcode.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<!--
- 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/APG/res/drawable/encrypted.png b/APG/res/drawable/encrypted.png
deleted file mode 100644
index 2783804bc..000000000
--- a/APG/res/drawable/encrypted.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/encrypted_large.png b/APG/res/drawable/encrypted_large.png
deleted file mode 100644
index 6d7c616a4..000000000
--- a/APG/res/drawable/encrypted_large.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/encrypted_small.png b/APG/res/drawable/encrypted_small.png
deleted file mode 100644
index 7f4ab803f..000000000
--- a/APG/res/drawable/encrypted_small.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/ic_btn_round_minus.png b/APG/res/drawable/ic_btn_round_minus.png
deleted file mode 100644
index 96dbb17d2..000000000
--- a/APG/res/drawable/ic_btn_round_minus.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/ic_btn_round_plus.png b/APG/res/drawable/ic_btn_round_plus.png
deleted file mode 100644
index 1ec8a956a..000000000
--- a/APG/res/drawable/ic_btn_round_plus.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/ic_launcher_folder.png b/APG/res/drawable/ic_launcher_folder.png
deleted file mode 100644
index ed31ba580..000000000
--- a/APG/res/drawable/ic_launcher_folder.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/ic_launcher_folder_small.png b/APG/res/drawable/ic_launcher_folder_small.png
deleted file mode 100644
index 5df8d60f0..000000000
--- a/APG/res/drawable/ic_launcher_folder_small.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/ic_next.png b/APG/res/drawable/ic_next.png
deleted file mode 100644
index 8271c1380..000000000
--- a/APG/res/drawable/ic_next.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/ic_previous.png b/APG/res/drawable/ic_previous.png
deleted file mode 100644
index ef90db972..000000000
--- a/APG/res/drawable/ic_previous.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/key.png b/APG/res/drawable/key.png
deleted file mode 100644
index de7e72524..000000000
--- a/APG/res/drawable/key.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/key_large.png b/APG/res/drawable/key_large.png
deleted file mode 100644
index 6f18c0240..000000000
--- a/APG/res/drawable/key_large.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/key_small.png b/APG/res/drawable/key_small.png
deleted file mode 100644
index 121803508..000000000
--- a/APG/res/drawable/key_small.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/overlay_error.png b/APG/res/drawable/overlay_error.png
deleted file mode 100644
index 2372de59e..000000000
--- a/APG/res/drawable/overlay_error.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/overlay_ok.png b/APG/res/drawable/overlay_ok.png
deleted file mode 100644
index 2f0005898..000000000
--- a/APG/res/drawable/overlay_ok.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/section_header.xml b/APG/res/drawable/section_header.xml
deleted file mode 100644
index a4468484e..000000000
--- a/APG/res/drawable/section_header.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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/APG/res/drawable/signed.png b/APG/res/drawable/signed.png
deleted file mode 100644
index 490e94fbd..000000000
--- a/APG/res/drawable/signed.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/signed_large.png b/APG/res/drawable/signed_large.png
deleted file mode 100644
index 92e64dc51..000000000
--- a/APG/res/drawable/signed_large.png
+++ /dev/null
Binary files differ
diff --git a/APG/res/drawable/signed_small.png b/APG/res/drawable/signed_small.png
deleted file mode 100644
index 590220281..000000000
--- a/APG/res/drawable/signed_small.png
+++ /dev/null
Binary files differ