Initial commit for the re-code
20
appcompat_v7/res/anim/abc_fade_in.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?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.
|
||||
-->
|
||||
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:fromAlpha="0.0" android:toAlpha="1.0"
|
||||
android:duration="@android:integer/config_mediumAnimTime" />
|
20
appcompat_v7/res/anim/abc_fade_out.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?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.
|
||||
-->
|
||||
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:fromAlpha="1.0" android:toAlpha="0.0"
|
||||
android:duration="@android:integer/config_mediumAnimTime" />
|
19
appcompat_v7/res/anim/abc_slide_in_bottom.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?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.
|
||||
-->
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:fromYDelta="50%p" android:toYDelta="0"
|
||||
android:duration="@android:integer/config_mediumAnimTime"/>
|
19
appcompat_v7/res/anim/abc_slide_in_top.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?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.
|
||||
-->
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:fromYDelta="-50%p" android:toYDelta="0"
|
||||
android:duration="@android:integer/config_mediumAnimTime"/>
|
19
appcompat_v7/res/anim/abc_slide_out_bottom.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?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.
|
||||
-->
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/accelerate_interpolator"
|
||||
android:fromYDelta="0" android:toYDelta="50%p"
|
||||
android:duration="@android:integer/config_mediumAnimTime"/>
|
19
appcompat_v7/res/anim/abc_slide_out_top.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?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.
|
||||
-->
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/accelerate_interpolator"
|
||||
android:fromYDelta="0" android:toYDelta="-50%p"
|
||||
android:duration="@android:integer/config_mediumAnimTime"/>
|
21
appcompat_v7/res/color/abc_search_url_text_holo.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<?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.
|
||||
-->
|
||||
|
||||
<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"/> <!-- not selected -->
|
||||
</selector>
|
Binär
appcompat_v7/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 144 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 144 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 135 B |
Efter Bredd: | Höjd: | Storlek: 134 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 2.8 KiB |
Binär
appcompat_v7/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 2.8 KiB |
Binär
appcompat_v7/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 146 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ab_solid_light_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 145 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 146 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 146 B |
Efter Bredd: | Höjd: | Storlek: 139 B |
Efter Bredd: | Höjd: | Storlek: 133 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 155 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 145 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 149 B |
Efter Bredd: | Höjd: | Storlek: 145 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 147 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 147 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png
Normal file
Efter Bredd: | Höjd: | Storlek: 602 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_ab_back_holo_light.png
Normal file
Efter Bredd: | Höjd: | Storlek: 546 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png
Normal file
Efter Bredd: | Höjd: | Storlek: 713 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_cab_done_holo_light.png
Normal file
Efter Bredd: | Höjd: | Storlek: 737 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_clear_disabled.png
Normal file
Efter Bredd: | Höjd: | Storlek: 1.7 KiB |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_clear_normal.png
Normal file
Efter Bredd: | Höjd: | Storlek: 1.9 KiB |
Efter Bredd: | Höjd: | Storlek: 1.5 KiB |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png
Normal file
Efter Bredd: | Höjd: | Storlek: 1.5 KiB |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png
Normal file
Efter Bredd: | Höjd: | Storlek: 597 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png
Normal file
Efter Bredd: | Höjd: | Storlek: 616 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_go.png
Normal file
Efter Bredd: | Höjd: | Storlek: 1.4 KiB |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png
Normal file
Efter Bredd: | Höjd: | Storlek: 1.2 KiB |
Efter Bredd: | Höjd: | Storlek: 144 B |
Efter Bredd: | Höjd: | Storlek: 148 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png
Normal file
Efter Bredd: | Höjd: | Storlek: 467 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_menu_share_holo_light.png
Normal file
Efter Bredd: | Höjd: | Storlek: 505 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_search.png
Normal file
Efter Bredd: | Höjd: | Storlek: 2.5 KiB |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_search_api_holo_light.png
Normal file
Efter Bredd: | Höjd: | Storlek: 2.2 KiB |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_voice_search.png
Normal file
Efter Bredd: | Höjd: | Storlek: 2.0 KiB |
Binär
appcompat_v7/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png
Normal file
Efter Bredd: | Höjd: | Storlek: 1.8 KiB |
Binär
appcompat_v7/res/drawable-hdpi/abc_list_divider_holo_dark.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 78 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_list_divider_holo_light.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 76 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_list_focused_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 191 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_list_longpressed_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 154 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 159 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_list_pressed_holo_light.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 159 B |
Efter Bredd: | Höjd: | Storlek: 189 B |
Efter Bredd: | Höjd: | Storlek: 189 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 1.2 KiB |
Binär
appcompat_v7/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 1.3 KiB |
Binär
appcompat_v7/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 875 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 850 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 316 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 318 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 316 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 316 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 507 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 510 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 450 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 450 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 147 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_tab_selected_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 148 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 147 B |
Binär
appcompat_v7/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 145 B |
Efter Bredd: | Höjd: | Storlek: 110 B |
Efter Bredd: | Höjd: | Storlek: 105 B |
Efter Bredd: | Höjd: | Storlek: 108 B |
Efter Bredd: | Höjd: | Storlek: 103 B |
Efter Bredd: | Höjd: | Storlek: 114 B |
Efter Bredd: | Höjd: | Storlek: 111 B |
Efter Bredd: | Höjd: | Storlek: 114 B |
Efter Bredd: | Höjd: | Storlek: 112 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 134 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 134 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 123 B |
Efter Bredd: | Höjd: | Storlek: 123 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 2.8 KiB |
Binär
appcompat_v7/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 122 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 133 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_ab_solid_light_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 133 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 134 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 133 B |
Efter Bredd: | Höjd: | Storlek: 127 B |
Efter Bredd: | Höjd: | Storlek: 123 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 139 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 133 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 127 B |
Efter Bredd: | Höjd: | Storlek: 124 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 130 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png
Normal file
Efter Bredd: | Höjd: | Storlek: 128 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png
Normal file
Efter Bredd: | Höjd: | Storlek: 466 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_ic_ab_back_holo_light.png
Normal file
Efter Bredd: | Höjd: | Storlek: 438 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png
Normal file
Efter Bredd: | Höjd: | Storlek: 566 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_ic_cab_done_holo_light.png
Normal file
Efter Bredd: | Höjd: | Storlek: 552 B |
Binär
appcompat_v7/res/drawable-mdpi/abc_ic_clear_disabled.png
Normal file
Efter Bredd: | Höjd: | Storlek: 1.7 KiB |