Add the appcompat project to the repository
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>
|
After Width: | Height: | Size: 144 B |
After Width: | Height: | Size: 144 B |
After Width: | Height: | Size: 135 B |
After Width: | Height: | Size: 134 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.8 KiB |
BIN
appcompat_v7/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png
Normal file
After Width: | Height: | Size: 146 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_ab_solid_light_holo.9.png
Normal file
After Width: | Height: | Size: 145 B |
After Width: | Height: | Size: 146 B |
After Width: | Height: | Size: 146 B |
After Width: | Height: | Size: 139 B |
After Width: | Height: | Size: 133 B |
After Width: | Height: | Size: 155 B |
After Width: | Height: | Size: 145 B |
After Width: | Height: | Size: 149 B |
After Width: | Height: | Size: 145 B |
After Width: | Height: | Size: 147 B |
After Width: | Height: | Size: 147 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png
Normal file
After Width: | Height: | Size: 602 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_ic_ab_back_holo_light.png
Normal file
After Width: | Height: | Size: 546 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png
Normal file
After Width: | Height: | Size: 713 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_ic_cab_done_holo_light.png
Normal file
After Width: | Height: | Size: 737 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_ic_clear_disabled.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
appcompat_v7/res/drawable-hdpi/abc_ic_clear_normal.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 597 B |
After Width: | Height: | Size: 616 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_ic_go.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 144 B |
After Width: | Height: | Size: 148 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png
Normal file
After Width: | Height: | Size: 467 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_ic_menu_share_holo_light.png
Normal file
After Width: | Height: | Size: 505 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_ic_search.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
appcompat_v7/res/drawable-hdpi/abc_ic_search_api_holo_light.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
appcompat_v7/res/drawable-hdpi/abc_ic_voice_search.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 1.8 KiB |
BIN
appcompat_v7/res/drawable-hdpi/abc_list_divider_holo_dark.9.png
Normal file
After Width: | Height: | Size: 78 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_list_divider_holo_light.9.png
Normal file
After Width: | Height: | Size: 76 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_list_focused_holo.9.png
Normal file
After Width: | Height: | Size: 191 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_list_longpressed_holo.9.png
Normal file
After Width: | Height: | Size: 154 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png
Normal file
After Width: | Height: | Size: 159 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_list_pressed_holo_light.9.png
Normal file
After Width: | Height: | Size: 159 B |
After Width: | Height: | Size: 189 B |
After Width: | Height: | Size: 189 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 875 B |
After Width: | Height: | Size: 850 B |
After Width: | Height: | Size: 316 B |
After Width: | Height: | Size: 318 B |
After Width: | Height: | Size: 316 B |
After Width: | Height: | Size: 316 B |
After Width: | Height: | Size: 507 B |
After Width: | Height: | Size: 510 B |
After Width: | Height: | Size: 450 B |
After Width: | Height: | Size: 450 B |
After Width: | Height: | Size: 147 B |
BIN
appcompat_v7/res/drawable-hdpi/abc_tab_selected_holo.9.png
Normal file
After Width: | Height: | Size: 148 B |
After Width: | Height: | Size: 147 B |
After Width: | Height: | Size: 145 B |
After Width: | Height: | Size: 110 B |
After Width: | Height: | Size: 105 B |
After Width: | Height: | Size: 108 B |
After Width: | Height: | Size: 103 B |
After Width: | Height: | Size: 114 B |
After Width: | Height: | Size: 111 B |
After Width: | Height: | Size: 114 B |
After Width: | Height: | Size: 112 B |
After Width: | Height: | Size: 134 B |
After Width: | Height: | Size: 134 B |
After Width: | Height: | Size: 123 B |
After Width: | Height: | Size: 123 B |
BIN
appcompat_v7/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 122 B |
BIN
appcompat_v7/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png
Normal file
After Width: | Height: | Size: 133 B |
BIN
appcompat_v7/res/drawable-mdpi/abc_ab_solid_light_holo.9.png
Normal file
After Width: | Height: | Size: 133 B |
After Width: | Height: | Size: 134 B |
After Width: | Height: | Size: 133 B |
After Width: | Height: | Size: 127 B |
After Width: | Height: | Size: 123 B |
After Width: | Height: | Size: 139 B |
After Width: | Height: | Size: 133 B |
After Width: | Height: | Size: 127 B |
After Width: | Height: | Size: 124 B |
After Width: | Height: | Size: 130 B |
After Width: | Height: | Size: 128 B |
BIN
appcompat_v7/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png
Normal file
After Width: | Height: | Size: 466 B |
BIN
appcompat_v7/res/drawable-mdpi/abc_ic_ab_back_holo_light.png
Normal file
After Width: | Height: | Size: 438 B |
BIN
appcompat_v7/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png
Normal file
After Width: | Height: | Size: 566 B |
BIN
appcompat_v7/res/drawable-mdpi/abc_ic_cab_done_holo_light.png
Normal file
After Width: | Height: | Size: 552 B |
BIN
appcompat_v7/res/drawable-mdpi/abc_ic_clear_disabled.png
Normal file
After Width: | Height: | Size: 1.7 KiB |