diff options
| author | Jeff Sharkey <jsharkey@android.com> | 2014-08-08 13:08:56 -0700 |
|---|---|---|
| committer | Jeff Sharkey <jsharkey@google.com> | 2014-08-08 22:22:39 +0000 |
| commit | c29dd61cbfc9f073239bdce3f4fe397deae2c623 (patch) | |
| tree | 425647513c9d779b7ea37a4b403b4bfa71083add /packages/DocumentsUI/res/drawable | |
| parent | 06629c1f2ef25079588783e5495ccc4e6c3bb856 (diff) | |
| download | frameworks_base-c29dd61cbfc9f073239bdce3f4fe397deae2c623.zip frameworks_base-c29dd61cbfc9f073239bdce3f4fe397deae2c623.tar.gz frameworks_base-c29dd61cbfc9f073239bdce3f4fe397deae2c623.tar.bz2 | |
More material updates to DocumentsUI.
All assets cut as alpha variants so we apply desired tinting at
runtime. Small script to automatically generate XML resources.
Bug: 15836082, 16658537
Change-Id: I803b3f0bf6f121194a5445fd1c6600fabaf28f60
Diffstat (limited to 'packages/DocumentsUI/res/drawable')
56 files changed, 188 insertions, 432 deletions
diff --git a/packages/DocumentsUI/res/drawable/ic_breadcrumb_arrow.xml b/packages/DocumentsUI/res/drawable/ic_breadcrumb_arrow.xml index 0de7ddc..76c0e1f 100644 --- a/packages/DocumentsUI/res/drawable/ic_breadcrumb_arrow.xml +++ b/packages/DocumentsUI/res/drawable/ic_breadcrumb_arrow.xml @@ -1,23 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - <bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_breadcrumb_arrow_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file + android:src="@drawable/ic_breadcrumb_arrow_am_alpha" + android:tint="?android:attr/colorControlNormal" + android:autoMirrored="true" /> diff --git a/packages/DocumentsUI/res/drawable/ic_cab_accept.xml b/packages/DocumentsUI/res/drawable/ic_cab_accept.xml new file mode 100644 index 0000000..cda2845 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_cab_accept.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_cab_accept_alpha" + android:tint="?android:attr/colorControlNormal" /> diff --git a/packages/DocumentsUI/res/drawable/ic_cab_cancel.xml b/packages/DocumentsUI/res/drawable/ic_cab_cancel.xml new file mode 100644 index 0000000..629100c --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_cab_cancel.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_cab_cancel_alpha" + android:tint="?android:attr/colorControlNormal" /> diff --git a/packages/DocumentsUI/res/drawable/ic_cab_select_item.xml b/packages/DocumentsUI/res/drawable/ic_cab_select_item.xml new file mode 100644 index 0000000..e440ee9 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_cab_select_item.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_cab_select_item_alpha" + android:tint="?android:attr/colorControlNormal" /> diff --git a/packages/DocumentsUI/res/drawable/ic_dialog_alert.xml b/packages/DocumentsUI/res/drawable/ic_dialog_alert.xml new file mode 100644 index 0000000..5132df3 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_dialog_alert.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_dialog_alert_alpha" + android:tint="?android:attr/colorControlNormal" /> diff --git a/packages/DocumentsUI/res/drawable/ic_dialog_info.xml b/packages/DocumentsUI/res/drawable/ic_dialog_info.xml new file mode 100644 index 0000000..a029cca --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_dialog_info.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_dialog_info_alpha" + android:tint="?android:attr/colorControlNormal" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_album.xml b/packages/DocumentsUI/res/drawable/ic_doc_album.xml new file mode 100644 index 0000000..6b80a33 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_album.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_doc_album_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_apk.xml b/packages/DocumentsUI/res/drawable/ic_doc_apk.xml new file mode 100644 index 0000000..d1ba313 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_apk.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_doc_apk_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_audio.xml b/packages/DocumentsUI/res/drawable/ic_doc_audio.xml new file mode 100644 index 0000000..24bd9fa --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_audio.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_doc_audio_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_audio_dark.xml b/packages/DocumentsUI/res/drawable/ic_doc_audio_dark.xml deleted file mode 100644 index 768d409..0000000 --- a/packages/DocumentsUI/res/drawable/ic_doc_audio_dark.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - -<bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_doc_audio_dark_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file diff --git a/packages/DocumentsUI/res/drawable/ic_doc_audio_light.xml b/packages/DocumentsUI/res/drawable/ic_doc_audio_light.xml deleted file mode 100644 index bdb6983..0000000 --- a/packages/DocumentsUI/res/drawable/ic_doc_audio_light.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - -<bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_doc_audio_light_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file diff --git a/packages/DocumentsUI/res/drawable/ic_doc_certificate.xml b/packages/DocumentsUI/res/drawable/ic_doc_certificate.xml new file mode 100644 index 0000000..3e5b9e6 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_certificate.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_doc_certificate_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_codes.xml b/packages/DocumentsUI/res/drawable/ic_doc_codes.xml new file mode 100644 index 0000000..441c669 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_codes.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_doc_codes_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_compressed.xml b/packages/DocumentsUI/res/drawable/ic_doc_compressed.xml new file mode 100644 index 0000000..15ecb6b --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_compressed.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_doc_compressed_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_contact.xml b/packages/DocumentsUI/res/drawable/ic_doc_contact.xml index e645551..361666a 100644 --- a/packages/DocumentsUI/res/drawable/ic_doc_contact.xml +++ b/packages/DocumentsUI/res/drawable/ic_doc_contact.xml @@ -1,23 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - <bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_doc_contact_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file + android:src="@drawable/ic_doc_contact_am_alpha" + android:tint="@*android:color/secondary_text_material_light" + android:autoMirrored="true" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_event.xml b/packages/DocumentsUI/res/drawable/ic_doc_event.xml index dcbd912..a17018b 100644 --- a/packages/DocumentsUI/res/drawable/ic_doc_event.xml +++ b/packages/DocumentsUI/res/drawable/ic_doc_event.xml @@ -1,23 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - <bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_doc_event_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file + android:src="@drawable/ic_doc_event_am_alpha" + android:tint="@*android:color/secondary_text_material_light" + android:autoMirrored="true" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_excel.xml b/packages/DocumentsUI/res/drawable/ic_doc_excel.xml new file mode 100644 index 0000000..7d05361 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_excel.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_doc_excel_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_folder.xml b/packages/DocumentsUI/res/drawable/ic_doc_folder.xml new file mode 100644 index 0000000..85f5e7c --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_folder.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_doc_folder_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_font.xml b/packages/DocumentsUI/res/drawable/ic_doc_font.xml new file mode 100644 index 0000000..e79ed0c --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_font.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_doc_font_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_generic.xml b/packages/DocumentsUI/res/drawable/ic_doc_generic.xml index d5f64ed..d0d999f 100644 --- a/packages/DocumentsUI/res/drawable/ic_doc_generic.xml +++ b/packages/DocumentsUI/res/drawable/ic_doc_generic.xml @@ -1,23 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - <bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_doc_generic_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file + android:src="@drawable/ic_doc_generic_am_alpha" + android:tint="@*android:color/secondary_text_material_light" + android:autoMirrored="true" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_image.xml b/packages/DocumentsUI/res/drawable/ic_doc_image.xml new file mode 100644 index 0000000..fa949e0 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_image.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_doc_image_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_pdf.xml b/packages/DocumentsUI/res/drawable/ic_doc_pdf.xml new file mode 100644 index 0000000..51620f5 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_pdf.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_doc_pdf_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_powerpoint.xml b/packages/DocumentsUI/res/drawable/ic_doc_powerpoint.xml new file mode 100644 index 0000000..2a048c8 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_powerpoint.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_doc_powerpoint_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_presentation.xml b/packages/DocumentsUI/res/drawable/ic_doc_presentation.xml new file mode 100644 index 0000000..71bb853 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_presentation.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_doc_presentation_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_spreadsheet.xml b/packages/DocumentsUI/res/drawable/ic_doc_spreadsheet.xml index 8c6e056..4b4cd99 100644 --- a/packages/DocumentsUI/res/drawable/ic_doc_spreadsheet.xml +++ b/packages/DocumentsUI/res/drawable/ic_doc_spreadsheet.xml @@ -1,23 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - <bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_doc_spreadsheet_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file + android:src="@drawable/ic_doc_spreadsheet_am_alpha" + android:tint="@*android:color/secondary_text_material_light" + android:autoMirrored="true" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_text.xml b/packages/DocumentsUI/res/drawable/ic_doc_text.xml index ac63ecb..8224a21 100644 --- a/packages/DocumentsUI/res/drawable/ic_doc_text.xml +++ b/packages/DocumentsUI/res/drawable/ic_doc_text.xml @@ -1,23 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - <bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_doc_text_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file + android:src="@drawable/ic_doc_text_am_alpha" + android:tint="@*android:color/secondary_text_material_light" + android:autoMirrored="true" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_video.xml b/packages/DocumentsUI/res/drawable/ic_doc_video.xml new file mode 100644 index 0000000..1fed041 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_video.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_doc_video_am_alpha" + android:tint="@*android:color/secondary_text_material_light" + android:autoMirrored="true" /> diff --git a/packages/DocumentsUI/res/drawable/ic_doc_video_dark.xml b/packages/DocumentsUI/res/drawable/ic_doc_video_dark.xml deleted file mode 100644 index 4fb82bb..0000000 --- a/packages/DocumentsUI/res/drawable/ic_doc_video_dark.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - -<bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_doc_video_dark_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file diff --git a/packages/DocumentsUI/res/drawable/ic_doc_video_light.xml b/packages/DocumentsUI/res/drawable/ic_doc_video_light.xml deleted file mode 100644 index 290c3f1..0000000 --- a/packages/DocumentsUI/res/drawable/ic_doc_video_light.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - -<bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_doc_video_light_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file diff --git a/packages/DocumentsUI/res/drawable/ic_doc_word.xml b/packages/DocumentsUI/res/drawable/ic_doc_word.xml new file mode 100644 index 0000000..addfb47 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_word.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_doc_word_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_folder.xml b/packages/DocumentsUI/res/drawable/ic_folder.xml new file mode 100644 index 0000000..8adaf3b --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_folder.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_folder_alpha" + android:tint="?android:attr/colorControlNormal" /> diff --git a/packages/DocumentsUI/res/drawable/ic_grid_folder.xml b/packages/DocumentsUI/res/drawable/ic_grid_folder.xml new file mode 100644 index 0000000..344d558 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_grid_folder.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_grid_folder_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_hamburger.xml b/packages/DocumentsUI/res/drawable/ic_hamburger.xml new file mode 100644 index 0000000..7cda32e --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_hamburger.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_hamburger_alpha" + android:tint="?android:attr/colorControlNormal" /> diff --git a/packages/DocumentsUI/res/drawable/ic_menu_copy.xml b/packages/DocumentsUI/res/drawable/ic_menu_copy.xml new file mode 100644 index 0000000..e0abe07 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_menu_copy.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_menu_copy_alpha" + android:tint="?android:attr/colorControlNormal" /> diff --git a/packages/DocumentsUI/res/drawable/ic_menu_delete.xml b/packages/DocumentsUI/res/drawable/ic_menu_delete.xml new file mode 100644 index 0000000..e52ed97 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_menu_delete.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_menu_delete_alpha" + android:tint="?android:attr/colorControlNormal" /> diff --git a/packages/DocumentsUI/res/drawable/ic_menu_disconnect.xml b/packages/DocumentsUI/res/drawable/ic_menu_disconnect.xml index e5b4c8d..15c5c39 100644 --- a/packages/DocumentsUI/res/drawable/ic_menu_disconnect.xml +++ b/packages/DocumentsUI/res/drawable/ic_menu_disconnect.xml @@ -1,23 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - <bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_menu_disconnect_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file + android:src="@drawable/ic_menu_disconnect_am_alpha" + android:tint="?android:attr/colorControlNormal" + android:autoMirrored="true" /> diff --git a/packages/DocumentsUI/res/drawable/ic_menu_new_folder.xml b/packages/DocumentsUI/res/drawable/ic_menu_new_folder.xml index 42e7f90..b105535 100644 --- a/packages/DocumentsUI/res/drawable/ic_menu_new_folder.xml +++ b/packages/DocumentsUI/res/drawable/ic_menu_new_folder.xml @@ -1,23 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - <bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_menu_new_folder_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file + android:src="@drawable/ic_menu_new_folder_am_alpha" + android:tint="?android:attr/colorControlNormal" + android:autoMirrored="true" /> diff --git a/packages/DocumentsUI/res/drawable/ic_menu_overflow.xml b/packages/DocumentsUI/res/drawable/ic_menu_overflow.xml new file mode 100644 index 0000000..a579b60 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_menu_overflow.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_menu_overflow_alpha" + android:tint="?android:attr/colorControlNormal" /> diff --git a/packages/DocumentsUI/res/drawable/ic_menu_rename.xml b/packages/DocumentsUI/res/drawable/ic_menu_rename.xml index e332313..b5ba30c 100644 --- a/packages/DocumentsUI/res/drawable/ic_menu_rename.xml +++ b/packages/DocumentsUI/res/drawable/ic_menu_rename.xml @@ -1,23 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - <bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_menu_rename_am" - android:autoMirrored="true"> -</bitmap> + android:src="@drawable/ic_menu_rename_am_alpha" + android:tint="?android:attr/colorControlNormal" + android:autoMirrored="true" /> diff --git a/packages/DocumentsUI/res/drawable/ic_menu_search.xml b/packages/DocumentsUI/res/drawable/ic_menu_search.xml new file mode 100644 index 0000000..33f548b --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_menu_search.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_menu_search_alpha" + android:tint="?android:attr/colorControlNormal" /> diff --git a/packages/DocumentsUI/res/drawable/ic_menu_settings.xml b/packages/DocumentsUI/res/drawable/ic_menu_settings.xml new file mode 100644 index 0000000..7606e75 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_menu_settings.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_menu_settings_alpha" + android:tint="?android:attr/colorControlNormal" /> diff --git a/packages/DocumentsUI/res/drawable/ic_menu_share.xml b/packages/DocumentsUI/res/drawable/ic_menu_share.xml new file mode 100644 index 0000000..927e7d3 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_menu_share.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_menu_share_alpha" + android:tint="?android:attr/colorControlNormal" /> diff --git a/packages/DocumentsUI/res/drawable/ic_menu_sortby.xml b/packages/DocumentsUI/res/drawable/ic_menu_sortby.xml index d908582..065ea87 100644 --- a/packages/DocumentsUI/res/drawable/ic_menu_sortby.xml +++ b/packages/DocumentsUI/res/drawable/ic_menu_sortby.xml @@ -1,23 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - <bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_menu_sortby_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file + android:src="@drawable/ic_menu_sortby_am_alpha" + android:tint="?android:attr/colorControlNormal" + android:autoMirrored="true" /> diff --git a/packages/DocumentsUI/res/drawable/ic_menu_undo.xml b/packages/DocumentsUI/res/drawable/ic_menu_undo.xml index f25d90d..d66ba6d 100644 --- a/packages/DocumentsUI/res/drawable/ic_menu_undo.xml +++ b/packages/DocumentsUI/res/drawable/ic_menu_undo.xml @@ -1,23 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - <bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_menu_undo_am" - android:autoMirrored="true"> -</bitmap> + android:src="@drawable/ic_menu_undo_am_alpha" + android:tint="?android:attr/colorControlNormal" + android:autoMirrored="true" /> diff --git a/packages/DocumentsUI/res/drawable/ic_menu_view_grid.xml b/packages/DocumentsUI/res/drawable/ic_menu_view_grid.xml new file mode 100644 index 0000000..dc09a0c --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_menu_view_grid.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_menu_view_grid_alpha" + android:tint="?android:attr/colorControlNormal" /> diff --git a/packages/DocumentsUI/res/drawable/ic_menu_view_list.xml b/packages/DocumentsUI/res/drawable/ic_menu_view_list.xml new file mode 100644 index 0000000..23c5777 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_menu_view_list.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_menu_view_list_alpha" + android:tint="?android:attr/colorControlNormal" /> diff --git a/packages/DocumentsUI/res/drawable/ic_open.xml b/packages/DocumentsUI/res/drawable/ic_open.xml index faeb03d..e3f1faf 100644 --- a/packages/DocumentsUI/res/drawable/ic_open.xml +++ b/packages/DocumentsUI/res/drawable/ic_open.xml @@ -1,23 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - <bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_open_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file + android:src="@drawable/ic_open_am_alpha" + android:tint="?android:attr/colorControlNormal" + android:autoMirrored="true" /> diff --git a/packages/DocumentsUI/res/drawable/ic_popout.xml b/packages/DocumentsUI/res/drawable/ic_popout.xml index 223598d..e7d0f75 100644 --- a/packages/DocumentsUI/res/drawable/ic_popout.xml +++ b/packages/DocumentsUI/res/drawable/ic_popout.xml @@ -1,23 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - <bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_popout_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file + android:src="@drawable/ic_popout_am_alpha" + android:tint="?android:attr/colorControlNormal" + android:autoMirrored="true" /> diff --git a/packages/DocumentsUI/res/drawable/ic_root_download.xml b/packages/DocumentsUI/res/drawable/ic_root_download.xml new file mode 100644 index 0000000..a7642f9 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_root_download.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_root_download_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_root_folder.xml b/packages/DocumentsUI/res/drawable/ic_root_folder.xml new file mode 100644 index 0000000..cda9db8 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_root_folder.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_root_folder_am_alpha" + android:tint="@*android:color/secondary_text_material_light" + android:autoMirrored="true" /> diff --git a/packages/DocumentsUI/res/drawable/ic_root_folder_dark.xml b/packages/DocumentsUI/res/drawable/ic_root_folder_dark.xml deleted file mode 100644 index 8e29d1d..0000000 --- a/packages/DocumentsUI/res/drawable/ic_root_folder_dark.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - -<bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_root_folder_dark_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file diff --git a/packages/DocumentsUI/res/drawable/ic_root_folder_light.xml b/packages/DocumentsUI/res/drawable/ic_root_folder_light.xml deleted file mode 100644 index a750f1f..0000000 --- a/packages/DocumentsUI/res/drawable/ic_root_folder_light.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - -<bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_root_folder_light_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file diff --git a/packages/DocumentsUI/res/drawable/ic_root_recent.xml b/packages/DocumentsUI/res/drawable/ic_root_recent.xml new file mode 100644 index 0000000..d6b33c9 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_root_recent.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_root_recent_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_root_sdcard.xml b/packages/DocumentsUI/res/drawable/ic_root_sdcard.xml new file mode 100644 index 0000000..0b9523b --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_root_sdcard.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_root_sdcard_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_root_usb_light.xml b/packages/DocumentsUI/res/drawable/ic_root_usb_light.xml new file mode 100644 index 0000000..ff2b197 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_root_usb_light.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_root_usb_light_alpha" + android:tint="@*android:color/secondary_text_material_light" /> diff --git a/packages/DocumentsUI/res/drawable/ic_subdirectory_arrow.xml b/packages/DocumentsUI/res/drawable/ic_subdirectory_arrow.xml index 0f66e2a..5723233 100644 --- a/packages/DocumentsUI/res/drawable/ic_subdirectory_arrow.xml +++ b/packages/DocumentsUI/res/drawable/ic_subdirectory_arrow.xml @@ -1,23 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright 2013, 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. - */ ---> - <bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_subdirectory_arrow_am" - android:autoMirrored="true"> -</bitmap>
\ No newline at end of file + android:src="@drawable/ic_subdirectory_arrow_am_alpha" + android:tint="?android:attr/colorControlNormal" + android:autoMirrored="true" /> |
