diff options
Diffstat (limited to 'current/support/v7/appcompat/res/drawable')
12 files changed, 11 insertions, 175 deletions
diff --git a/current/support/v7/appcompat/res/drawable/abc_cab_background_top_material_dark.xml b/current/support/v7/appcompat/res/drawable/abc_cab_background_top_material_dark.xml index 559d64c..f9dd878 100644 --- a/current/support/v7/appcompat/res/drawable/abc_cab_background_top_material_dark.xml +++ b/current/support/v7/appcompat/res/drawable/abc_cab_background_top_material_dark.xml @@ -21,7 +21,5 @@ <solid android:color="@color/background_material_dark" /> </shape> </item> - <item> - <nine-patch android:src="@drawable/abc_cab_background_top_tinted_material_dark" /> - </item> + <item android:drawable="@drawable/abc_cab_background_top_mtrl_alpha" /> </layer-list>
\ No newline at end of file diff --git a/current/support/v7/appcompat/res/drawable/abc_cab_background_top_material_light.xml b/current/support/v7/appcompat/res/drawable/abc_cab_background_top_material_light.xml index bc43959..d3b55dd 100644 --- a/current/support/v7/appcompat/res/drawable/abc_cab_background_top_material_light.xml +++ b/current/support/v7/appcompat/res/drawable/abc_cab_background_top_material_light.xml @@ -21,7 +21,5 @@ <solid android:color="@color/background_material_light" /> </shape> </item> - <item> - <nine-patch android:src="@drawable/abc_cab_background_top_tinted_material_light" /> - </item> + <item android:drawable="@drawable/abc_cab_background_top_mtrl_alpha" /> </layer-list>
\ No newline at end of file diff --git a/current/support/v7/appcompat/res/drawable/abc_edit_text_material_dark.xml b/current/support/v7/appcompat/res/drawable/abc_edit_text_material.xml index d222d8e..754ab18 100644 --- a/current/support/v7/appcompat/res/drawable/abc_edit_text_material_dark.xml +++ b/current/support/v7/appcompat/res/drawable/abc_edit_text_material.xml @@ -21,10 +21,10 @@ android:insetRight="@dimen/abc_control_inset_material"> <selector> - <item android:state_enabled="true" android:state_focused="true" android:drawable="@drawable/abc_textfield_activated_material_dark"/> - <item android:state_enabled="true" android:state_activated="true" android:drawable="@drawable/abc_textfield_activated_material_dark"/> - <item android:state_enabled="true" android:drawable="@drawable/abc_textfield_default_material_dark"/> - <item android:drawable="@drawable/abc_textfield_default_disabled_material_dark"/> + <item android:state_enabled="true" android:state_focused="true" android:drawable="@drawable/abc_textfield_activated_mtrl_alpha"/> + <item android:state_enabled="true" android:state_activated="true" android:drawable="@drawable/abc_textfield_activated_mtrl_alpha"/> + <item android:state_enabled="true" android:drawable="@drawable/abc_textfield_default_mtrl_alpha"/> + <item android:drawable="@drawable/abc_textfield_default_mtrl_alpha"/> </selector> </inset> diff --git a/current/support/v7/appcompat/res/drawable/abc_edit_text_material_light.xml b/current/support/v7/appcompat/res/drawable/abc_edit_text_material_light.xml deleted file mode 100644 index e55990f..0000000 --- a/current/support/v7/appcompat/res/drawable/abc_edit_text_material_light.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?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. ---> - -<inset xmlns:android="http://schemas.android.com/apk/res/android" - android:insetLeft="@dimen/abc_control_inset_material" - android:insetTop="@dimen/abc_control_inset_material" - android:insetBottom="@dimen/abc_control_inset_material" - android:insetRight="@dimen/abc_control_inset_material"> - - <selector> - <item android:state_enabled="true" android:state_focused="true" android:drawable="@drawable/abc_textfield_activated_material_light"/> - <item android:state_enabled="true" android:state_activated="true" android:drawable="@drawable/abc_textfield_activated_material_light"/> - <item android:state_enabled="true" android:drawable="@drawable/abc_textfield_default_material_light"/> - <item android:drawable="@drawable/abc_textfield_default_disabled_material_light"/> - </selector> - -</inset> diff --git a/current/support/v7/appcompat/res/drawable/abc_search_dropdown_dark.xml b/current/support/v7/appcompat/res/drawable/abc_search_dropdown_dark.xml deleted file mode 100644 index bfc55d7..0000000 --- a/current/support/v7/appcompat/res/drawable/abc_search_dropdown_dark.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 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. ---> - -<shape xmlns:android="http://schemas.android.com/apk/res/android"> - <solid android:color="#F0A0A0A0"/> - <stroke android:width="2dp" android:color="#A00080FF"/> - <padding android:left="5dp" android:top="0dp" - android:right="5dp" android:bottom="1dp" /> -</shape> diff --git a/current/support/v7/appcompat/res/drawable/abc_search_dropdown_light.xml b/current/support/v7/appcompat/res/drawable/abc_search_dropdown_light.xml deleted file mode 100644 index f663836..0000000 --- a/current/support/v7/appcompat/res/drawable/abc_search_dropdown_light.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 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. ---> - -<shape xmlns:android="http://schemas.android.com/apk/res/android"> - <solid android:color="#F0FFFFFF"/> - <stroke android:width="1dp" android:color="#A00080FF"/> - <padding android:left="5dp" android:top="0dp" - android:right="5dp" android:bottom="1dp" /> -</shape> diff --git a/current/support/v7/appcompat/res/drawable/abc_spinner_background_material_dark.xml b/current/support/v7/appcompat/res/drawable/abc_spinner_background_material_dark.xml deleted file mode 100644 index e14b8fa..0000000 --- a/current/support/v7/appcompat/res/drawable/abc_spinner_background_material_dark.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?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" - android:autoMirrored="true"> - <item android:state_checked="true" android:drawable="@drawable/abc_spinner_checked_material_dark"/> - <item android:state_pressed="true" android:drawable="@drawable/abc_spinner_pressed_material_dark"/> - <item android:drawable="@drawable/abc_spinner_default_material_dark"/> -</selector> diff --git a/current/support/v7/appcompat/res/drawable/abc_spinner_background_material_light.xml b/current/support/v7/appcompat/res/drawable/abc_spinner_background_material_light.xml deleted file mode 100644 index c31c0ac..0000000 --- a/current/support/v7/appcompat/res/drawable/abc_spinner_background_material_light.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?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" - android:autoMirrored="true"> - <item android:state_checked="true" android:drawable="@drawable/abc_spinner_checked_material_light"/> - <item android:state_pressed="true" android:drawable="@drawable/abc_spinner_pressed_material_light"/> - <item android:drawable="@drawable/abc_spinner_default_material_light"/> -</selector> diff --git a/current/support/v7/appcompat/res/drawable/abc_tab_indicator_material_dark.xml b/current/support/v7/appcompat/res/drawable/abc_tab_indicator_material.xml index cb6b9c3..1a8de1b 100644 --- a/current/support/v7/appcompat/res/drawable/abc_tab_indicator_material_dark.xml +++ b/current/support/v7/appcompat/res/drawable/abc_tab_indicator_material.xml @@ -15,6 +15,6 @@ --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_selected="true" android:drawable="@drawable/abc_tab_indicator_selected_material_dark" /> + <item android:state_selected="true" android:drawable="@drawable/abc_tab_indicator_mtrl_alpha" /> <item android:drawable="@android:color/transparent" /> </selector> diff --git a/current/support/v7/appcompat/res/drawable/abc_tab_indicator_material_light.xml b/current/support/v7/appcompat/res/drawable/abc_tab_indicator_material_light.xml deleted file mode 100644 index 77e61a4..0000000 --- a/current/support/v7/appcompat/res/drawable/abc_tab_indicator_material_light.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?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_selected="true" android:drawable="@drawable/abc_tab_indicator_selected_material_light" /> - <item android:drawable="@android:color/transparent" /> -</selector> diff --git a/current/support/v7/appcompat/res/drawable/abc_textfield_search_material_dark.xml b/current/support/v7/appcompat/res/drawable/abc_textfield_search_material.xml index 7455ce6..0887396 100644 --- a/current/support/v7/appcompat/res/drawable/abc_textfield_search_material_dark.xml +++ b/current/support/v7/appcompat/res/drawable/abc_textfield_search_material.xml @@ -15,8 +15,8 @@ --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_enabled="true" android:state_focused="true" android:drawable="@drawable/abc_textfield_search_activated_material_dark"/> - <item android:state_enabled="true" android:state_activated="true" android:drawable="@drawable/abc_textfield_search_activated_material_dark"/> - <item android:state_enabled="true" android:drawable="@drawable/abc_textfield_search_default_material_dark"/> - <item android:drawable="@drawable/abc_textfield_search_default_material_dark"/> + <item android:state_enabled="true" android:state_focused="true" android:drawable="@drawable/abc_textfield_search_activated_mtrl_alpha"/> + <item android:state_enabled="true" android:state_activated="true" android:drawable="@drawable/abc_textfield_search_activated_mtrl_alpha"/> + <item android:state_enabled="true" android:drawable="@drawable/abc_textfield_search_default_mtrl_alpha"/> + <item android:drawable="@drawable/abc_textfield_search_default_mtrl_alpha"/> </selector> diff --git a/current/support/v7/appcompat/res/drawable/abc_textfield_search_material_light.xml b/current/support/v7/appcompat/res/drawable/abc_textfield_search_material_light.xml deleted file mode 100644 index 3bccb88..0000000 --- a/current/support/v7/appcompat/res/drawable/abc_textfield_search_material_light.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?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="true" android:state_focused="true" android:drawable="@drawable/abc_textfield_search_activated_material_light"/> - <item android:state_enabled="true" android:state_activated="true" android:drawable="@drawable/abc_textfield_search_activated_material_light"/> - <item android:state_enabled="true" android:drawable="@drawable/abc_textfield_search_default_material_light"/> - <item android:drawable="@drawable/abc_textfield_search_default_material_light"/> -</selector> |