diff options
Diffstat (limited to 'APG/res/drawable')
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 Binary files differdeleted file mode 100644 index 33b74a66c..000000000 --- a/APG/res/drawable/btn_circle_disable.png +++ /dev/null diff --git a/APG/res/drawable/btn_circle_disable_focused.png b/APG/res/drawable/btn_circle_disable_focused.png Binary files differdeleted file mode 100644 index 005ad8dca..000000000 --- a/APG/res/drawable/btn_circle_disable_focused.png +++ /dev/null diff --git a/APG/res/drawable/btn_circle_normal.png b/APG/res/drawable/btn_circle_normal.png Binary files differdeleted file mode 100644 index fc5af1c9f..000000000 --- a/APG/res/drawable/btn_circle_normal.png +++ /dev/null diff --git a/APG/res/drawable/btn_circle_pressed.png b/APG/res/drawable/btn_circle_pressed.png Binary files differdeleted file mode 100644 index 8f40afdfc..000000000 --- a/APG/res/drawable/btn_circle_pressed.png +++ /dev/null diff --git a/APG/res/drawable/btn_circle_selected.png b/APG/res/drawable/btn_circle_selected.png Binary files differdeleted file mode 100644 index c74fac227..000000000 --- a/APG/res/drawable/btn_circle_selected.png +++ /dev/null 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 Binary files differdeleted file mode 100644 index 2783804bc..000000000 --- a/APG/res/drawable/encrypted.png +++ /dev/null diff --git a/APG/res/drawable/encrypted_large.png b/APG/res/drawable/encrypted_large.png Binary files differdeleted file mode 100644 index 6d7c616a4..000000000 --- a/APG/res/drawable/encrypted_large.png +++ /dev/null diff --git a/APG/res/drawable/encrypted_small.png b/APG/res/drawable/encrypted_small.png Binary files differdeleted file mode 100644 index 7f4ab803f..000000000 --- a/APG/res/drawable/encrypted_small.png +++ /dev/null diff --git a/APG/res/drawable/ic_btn_round_minus.png b/APG/res/drawable/ic_btn_round_minus.png Binary files differdeleted file mode 100644 index 96dbb17d2..000000000 --- a/APG/res/drawable/ic_btn_round_minus.png +++ /dev/null diff --git a/APG/res/drawable/ic_btn_round_plus.png b/APG/res/drawable/ic_btn_round_plus.png Binary files differdeleted file mode 100644 index 1ec8a956a..000000000 --- a/APG/res/drawable/ic_btn_round_plus.png +++ /dev/null diff --git a/APG/res/drawable/ic_launcher_folder.png b/APG/res/drawable/ic_launcher_folder.png Binary files differdeleted file mode 100644 index ed31ba580..000000000 --- a/APG/res/drawable/ic_launcher_folder.png +++ /dev/null diff --git a/APG/res/drawable/ic_launcher_folder_small.png b/APG/res/drawable/ic_launcher_folder_small.png Binary files differdeleted file mode 100644 index 5df8d60f0..000000000 --- a/APG/res/drawable/ic_launcher_folder_small.png +++ /dev/null diff --git a/APG/res/drawable/ic_next.png b/APG/res/drawable/ic_next.png Binary files differdeleted file mode 100644 index 8271c1380..000000000 --- a/APG/res/drawable/ic_next.png +++ /dev/null diff --git a/APG/res/drawable/ic_previous.png b/APG/res/drawable/ic_previous.png Binary files differdeleted file mode 100644 index ef90db972..000000000 --- a/APG/res/drawable/ic_previous.png +++ /dev/null diff --git a/APG/res/drawable/key.png b/APG/res/drawable/key.png Binary files differdeleted file mode 100644 index de7e72524..000000000 --- a/APG/res/drawable/key.png +++ /dev/null diff --git a/APG/res/drawable/key_large.png b/APG/res/drawable/key_large.png Binary files differdeleted file mode 100644 index 6f18c0240..000000000 --- a/APG/res/drawable/key_large.png +++ /dev/null diff --git a/APG/res/drawable/key_small.png b/APG/res/drawable/key_small.png Binary files differdeleted file mode 100644 index 121803508..000000000 --- a/APG/res/drawable/key_small.png +++ /dev/null diff --git a/APG/res/drawable/overlay_error.png b/APG/res/drawable/overlay_error.png Binary files differdeleted file mode 100644 index 2372de59e..000000000 --- a/APG/res/drawable/overlay_error.png +++ /dev/null diff --git a/APG/res/drawable/overlay_ok.png b/APG/res/drawable/overlay_ok.png Binary files differdeleted file mode 100644 index 2f0005898..000000000 --- a/APG/res/drawable/overlay_ok.png +++ /dev/null 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 Binary files differdeleted file mode 100644 index 490e94fbd..000000000 --- a/APG/res/drawable/signed.png +++ /dev/null diff --git a/APG/res/drawable/signed_large.png b/APG/res/drawable/signed_large.png Binary files differdeleted file mode 100644 index 92e64dc51..000000000 --- a/APG/res/drawable/signed_large.png +++ /dev/null diff --git a/APG/res/drawable/signed_small.png b/APG/res/drawable/signed_small.png Binary files differdeleted file mode 100644 index 590220281..000000000 --- a/APG/res/drawable/signed_small.png +++ /dev/null |