updates to appcompat v12 for Android L
|
@ -11,5 +11,5 @@
|
|||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=android-19
|
||||
target=android-21
|
||||
android.library=true
|
||||
|
|
20
external/appcompat/res/color/abc_background_cache_hint_selector_material_dark.xml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2014 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.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_accelerated="false" android:color="@color/background_material_dark" />
|
||||
<item android:color="@android:color/transparent" />
|
||||
</selector>
|
20
external/appcompat/res/color/abc_background_cache_hint_selector_material_light.xml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2014 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.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_accelerated="false" android:color="@color/background_material_light" />
|
||||
<item android:color="@android:color/transparent" />
|
||||
</selector>
|
20
external/appcompat/res/color/abc_primary_text_disable_only_material_dark.xml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2014 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.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="false" android:color="@color/bright_foreground_disabled_material_dark"/>
|
||||
<item android:color="@color/bright_foreground_material_dark"/>
|
||||
</selector>
|
20
external/appcompat/res/color/abc_primary_text_disable_only_material_light.xml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2014 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.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="false" android:color="@color/bright_foreground_disabled_material_light"/>
|
||||
<item android:color="@color/bright_foreground_material_light"/>
|
||||
</selector>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2008 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.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="false" android:color="@color/primary_text_disabled_material_dark"/>
|
||||
<item android:color="@color/primary_text_default_material_dark"/>
|
||||
</selector>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2014 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.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="false" android:color="@color/primary_text_disabled_material_light"/>
|
||||
<item android:color="@color/primary_text_default_material_light"/>
|
||||
</selector>
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2014 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.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true" android:color="@color/abc_search_url_text_pressed"/>
|
||||
<item android:state_selected="true" android:color="@color/abc_search_url_text_selected"/>
|
||||
<item android:color="@color/abc_search_url_text_normal"/>
|
||||
</selector>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2014 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.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="false" android:color="@color/secondary_text_disabled_material_dark"/>
|
||||
<item android:color="@color/secondary_text_default_material_dark"/>
|
||||
</selector>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2014 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.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="false" android:color="@color/secondary_text_disabled_material_light"/>
|
||||
<item android:color="@color/secondary_text_default_material_light"/>
|
||||
</selector>
|
After Width: | Height: | Size: 602 B |
After Width: | Height: | Size: 900 B |
After Width: | Height: | Size: 951 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 17 KiB |
BIN
external/appcompat/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png
vendored
Normal file
After Width: | Height: | Size: 119 B |
After Width: | Height: | Size: 667 B |
After Width: | Height: | Size: 326 B |
BIN
external/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png
vendored
Normal file
After Width: | Height: | Size: 192 B |
After Width: | Height: | Size: 120 B |
After Width: | Height: | Size: 287 B |
After Width: | Height: | Size: 500 B |
BIN
external/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
vendored
Normal file
After Width: | Height: | Size: 219 B |
After Width: | Height: | Size: 312 B |
After Width: | Height: | Size: 313 B |
After Width: | Height: | Size: 549 B |
After Width: | Height: | Size: 1.1 KiB |
BIN
external/appcompat/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png
vendored
Normal file
After Width: | Height: | Size: 409 B |
After Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 159 B After Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 159 B After Width: | Height: | Size: 159 B |
BIN
external/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
vendored
Normal file
After Width: | Height: | Size: 850 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 468 B |
After Width: | Height: | Size: 102 B |
BIN
external/appcompat/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png
vendored
Normal file
After Width: | Height: | Size: 94 B |
BIN
external/appcompat/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png
vendored
Normal file
After Width: | Height: | Size: 99 B |
BIN
external/appcompat/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png
vendored
Normal file
After Width: | Height: | Size: 152 B |
BIN
external/appcompat/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png
vendored
Normal file
After Width: | Height: | Size: 152 B |
BIN
external/appcompat/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
vendored
Normal file
After Width: | Height: | Size: 584 B |
BIN
external/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
vendored
Normal file
After Width: | Height: | Size: 464 B |
After Width: | Height: | Size: 671 B |
After Width: | Height: | Size: 272 B |
BIN
external/appcompat/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
vendored
Normal file
After Width: | Height: | Size: 501 B |
BIN
external/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
vendored
Normal file
After Width: | Height: | Size: 362 B |
After Width: | Height: | Size: 486 B |
After Width: | Height: | Size: 225 B |
BIN
external/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
vendored
Normal file
After Width: | Height: | Size: 611 B |
BIN
external/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
vendored
Normal file
After Width: | Height: | Size: 464 B |
After Width: | Height: | Size: 754 B |
BIN
external/appcompat/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png
vendored
Normal file
After Width: | Height: | Size: 370 B |
BIN
external/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
vendored
Normal file
After Width: | Height: | Size: 737 B |
BIN
external/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
vendored
Normal file
After Width: | Height: | Size: 598 B |
BIN
external/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
vendored
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
external/appcompat/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
vendored
Normal file
After Width: | Height: | Size: 535 B |
BIN
external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
vendored
Normal file
After Width: | Height: | Size: 690 B |
BIN
external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
vendored
Normal file
After Width: | Height: | Size: 702 B |
BIN
external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
vendored
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
vendored
Normal file
After Width: | Height: | Size: 475 B |
After Width: | Height: | Size: 595 B |
After Width: | Height: | Size: 724 B |
After Width: | Height: | Size: 714 B |
After Width: | Height: | Size: 758 B |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 16 KiB |
BIN
external/appcompat/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png
vendored
Normal file
After Width: | Height: | Size: 107 B |
After Width: | Height: | Size: 583 B |
After Width: | Height: | Size: 277 B |
BIN
external/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png
vendored
Normal file
After Width: | Height: | Size: 200 B |
After Width: | Height: | Size: 110 B |
After Width: | Height: | Size: 216 B |
After Width: | Height: | Size: 353 B |
BIN
external/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
vendored
Normal file
After Width: | Height: | Size: 202 B |
After Width: | Height: | Size: 240 B |
After Width: | Height: | Size: 224 B |
After Width: | Height: | Size: 463 B |
After Width: | Height: | Size: 794 B |
BIN
external/appcompat/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png
vendored
Normal file
After Width: | Height: | Size: 322 B |
After Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 158 B After Width: | Height: | Size: 158 B |
Before Width: | Height: | Size: 158 B After Width: | Height: | Size: 158 B |
BIN
external/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
vendored
Normal file
After Width: | Height: | Size: 562 B |
After Width: | Height: | Size: 961 B |
After Width: | Height: | Size: 314 B |
After Width: | Height: | Size: 351 B |
After Width: | Height: | Size: 94 B |
BIN
external/appcompat/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png
vendored
Normal file
After Width: | Height: | Size: 88 B |
BIN
external/appcompat/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png
vendored
Normal file
After Width: | Height: | Size: 95 B |
BIN
external/appcompat/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png
vendored
Normal file
After Width: | Height: | Size: 149 B |
BIN
external/appcompat/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png
vendored
Normal file
After Width: | Height: | Size: 148 B |
After Width: | Height: | Size: 719 B |
After Width: | Height: | Size: 910 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.4 KiB |
BIN
external/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
vendored
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
external/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
vendored
Normal file
After Width: | Height: | Size: 18 KiB |