Revision 44e720f7

View differences:

libs/appcompat/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
4
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
5
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
6
	<classpathentry kind="src" path="src"/>
7
	<classpathentry kind="src" path="gen"/>
8
	<classpathentry exported="true" kind="lib" path="libs/android-support-v4.jar"/>
9
	<classpathentry exported="true" kind="lib" path="libs/android-support-v7-appcompat.jar"/>
10
	<classpathentry kind="output" path="bin/classes"/>
11
</classpath>
libs/appcompat/.project
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>android-support-v7-appcompat</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
		<buildCommand>
9
			<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
10
			<arguments>
11
			</arguments>
12
		</buildCommand>
13
		<buildCommand>
14
			<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
15
			<arguments>
16
			</arguments>
17
		</buildCommand>
18
		<buildCommand>
19
			<name>org.eclipse.jdt.core.javabuilder</name>
20
			<arguments>
21
			</arguments>
22
		</buildCommand>
23
		<buildCommand>
24
			<name>com.android.ide.eclipse.adt.ApkBuilder</name>
25
			<arguments>
26
			</arguments>
27
		</buildCommand>
28
	</buildSpec>
29
	<natures>
30
		<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
31
		<nature>org.eclipse.jdt.core.javanature</nature>
32
	</natures>
33
</projectDescription>
libs/appcompat/AndroidManifest.xml
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (C) 2012 The Android Open Source Project
3

  
4
     Licensed under the Apache License, Version 2.0 (the "License");
5
     you may not use this file except in compliance with the License.
6
     You may obtain a copy of the License at
7

  
8
          http://www.apache.org/licenses/LICENSE-2.0
9

  
10
     Unless required by applicable law or agreed to in writing, software
11
     distributed under the License is distributed on an "AS IS" BASIS,
12
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
     See the License for the specific language governing permissions and
14
     limitations under the License.
15
-->
16
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
17
          package="android.support.v7.appcompat">
18
    <uses-sdk android:minSdkVersion="7"/>
19
    <application />
20
</manifest>
libs/appcompat/README.txt
1
Library Project including compatibility ActionBar.
2

  
3
This can be used by an Android project to provide
4
access to ActionBar on applications running on API 7+.
5

  
6
There is technically no source, but the src folder is necessary
7
to ensure that the build system works.  The content is actually
8
located in libs/android-support-v7-appcompat.jar.
9
The accompanying resources must also be included in the application.
10

  
libs/appcompat/libs/android-support-v4.jar.properties
1
src=android-support-v4.jar
2
doc=/opt/android-sdk/docs/reference
3
# The String value of 'doc' is handed straight to `new java.io.File()` so it
4
# is not possible to use variables.  Therefore, change "/opt/android-sdk" to
5
# the path to your Android SDK, i.e. the value of $ANDROID_HOME or ${sdk.dir}
6
#
7
# Here's the relevant source:
8
# https://android-review.googlesource.com/#/c/35702/3/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/LibraryClasspathContainerInitializer.java
libs/appcompat/project.properties
1
# This file is automatically generated by Android Tools.
2
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3
#
4
# This file must be checked in Version Control Systems.
5
#
6
# To customize properties used by the Ant build system edit
7
# "ant.properties", and override values to adapt the script to your
8
# project structure.
9
#
10
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12

  
13
# Project target.
14
target=android-19
15
android.library=true
libs/appcompat/res/anim/abc_fade_in.xml
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (C) 2013 The Android Open Source Project
3

  
4
     Licensed under the Apache License, Version 2.0 (the "License");
5
     you may not use this file except in compliance with the License.
6
     You may obtain a copy of the License at
7

  
8
          http://www.apache.org/licenses/LICENSE-2.0
9

  
10
     Unless required by applicable law or agreed to in writing, software
11
     distributed under the License is distributed on an "AS IS" BASIS,
12
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
     See the License for the specific language governing permissions and
14
     limitations under the License.
15
-->
16

  
17
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
18
       android:interpolator="@android:anim/decelerate_interpolator"
19
       android:fromAlpha="0.0" android:toAlpha="1.0"
20
       android:duration="@android:integer/config_mediumAnimTime" />
libs/appcompat/res/anim/abc_fade_out.xml
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (C) 2013 The Android Open Source Project
3

  
4
     Licensed under the Apache License, Version 2.0 (the "License");
5
     you may not use this file except in compliance with the License.
6
     You may obtain a copy of the License at
7

  
8
          http://www.apache.org/licenses/LICENSE-2.0
9

  
10
     Unless required by applicable law or agreed to in writing, software
11
     distributed under the License is distributed on an "AS IS" BASIS,
12
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
     See the License for the specific language governing permissions and
14
     limitations under the License.
15
-->
16

  
17
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
18
       android:interpolator="@android:anim/decelerate_interpolator"
19
       android:fromAlpha="1.0" android:toAlpha="0.0"
20
       android:duration="@android:integer/config_mediumAnimTime" />
libs/appcompat/res/anim/abc_slide_in_bottom.xml
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (C) 2013 The Android Open Source Project
3

  
4
     Licensed under the Apache License, Version 2.0 (the "License");
5
     you may not use this file except in compliance with the License.
6
     You may obtain a copy of the License at
7

  
8
          http://www.apache.org/licenses/LICENSE-2.0
9

  
10
     Unless required by applicable law or agreed to in writing, software
11
     distributed under the License is distributed on an "AS IS" BASIS,
12
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
     See the License for the specific language governing permissions and
14
     limitations under the License.
15
-->
16
<translate xmlns:android="http://schemas.android.com/apk/res/android"
17
           android:interpolator="@android:anim/decelerate_interpolator"
18
           android:fromYDelta="50%p" android:toYDelta="0"
19
           android:duration="@android:integer/config_mediumAnimTime"/>
libs/appcompat/res/anim/abc_slide_in_top.xml
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (C) 2013 The Android Open Source Project
3

  
4
     Licensed under the Apache License, Version 2.0 (the "License");
5
     you may not use this file except in compliance with the License.
6
     You may obtain a copy of the License at
7

  
8
          http://www.apache.org/licenses/LICENSE-2.0
9

  
10
     Unless required by applicable law or agreed to in writing, software
11
     distributed under the License is distributed on an "AS IS" BASIS,
12
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
     See the License for the specific language governing permissions and
14
     limitations under the License.
15
-->
16
<translate xmlns:android="http://schemas.android.com/apk/res/android"
17
           android:interpolator="@android:anim/decelerate_interpolator"
18
           android:fromYDelta="-50%p" android:toYDelta="0"
19
           android:duration="@android:integer/config_mediumAnimTime"/>
libs/appcompat/res/anim/abc_slide_out_bottom.xml
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (C) 2013 The Android Open Source Project
3

  
4
     Licensed under the Apache License, Version 2.0 (the "License");
5
     you may not use this file except in compliance with the License.
6
     You may obtain a copy of the License at
7

  
8
          http://www.apache.org/licenses/LICENSE-2.0
9

  
10
     Unless required by applicable law or agreed to in writing, software
11
     distributed under the License is distributed on an "AS IS" BASIS,
12
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
     See the License for the specific language governing permissions and
14
     limitations under the License.
15
-->
16
<translate xmlns:android="http://schemas.android.com/apk/res/android"
17
           android:interpolator="@android:anim/accelerate_interpolator"
18
           android:fromYDelta="0" android:toYDelta="50%p"
19
           android:duration="@android:integer/config_mediumAnimTime"/>
libs/appcompat/res/anim/abc_slide_out_top.xml
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (C) 2013 The Android Open Source Project
3

  
4
     Licensed under the Apache License, Version 2.0 (the "License");
5
     you may not use this file except in compliance with the License.
6
     You may obtain a copy of the License at
7

  
8
          http://www.apache.org/licenses/LICENSE-2.0
9

  
10
     Unless required by applicable law or agreed to in writing, software
11
     distributed under the License is distributed on an "AS IS" BASIS,
12
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
     See the License for the specific language governing permissions and
14
     limitations under the License.
15
-->
16
<translate xmlns:android="http://schemas.android.com/apk/res/android"
17
           android:interpolator="@android:anim/accelerate_interpolator"
18
           android:fromYDelta="0" android:toYDelta="-50%p"
19
           android:duration="@android:integer/config_mediumAnimTime"/>
libs/appcompat/res/color/abc_search_url_text_holo.xml
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (C) 2013 The Android Open Source Project
3

  
4
     Licensed under the Apache License, Version 2.0 (the "License");
5
     you may not use this file except in compliance with the License.
6
     You may obtain a copy of the License at
7
  
8
          http://www.apache.org/licenses/LICENSE-2.0
9
  
10
     Unless required by applicable law or agreed to in writing, software
11
     distributed under the License is distributed on an "AS IS" BASIS,
12
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
     See the License for the specific language governing permissions and
14
     limitations under the License.
15
-->
16

  
17
<selector xmlns:android="http://schemas.android.com/apk/res/android">
18
    <item android:state_pressed="true" android:color="@color/abc_search_url_text_pressed"/>
19
    <item android:state_selected="true" android:color="@color/abc_search_url_text_selected"/>
20
    <item android:color="@color/abc_search_url_text_normal"/> <!-- not selected -->
21
</selector>
libs/appcompat/res/drawable/abc_ic_clear.xml
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (C) 2013 The Android Open Source Project
3

  
4
     Licensed under the Apache License, Version 2.0 (the "License");
5
     you may not use this file except in compliance with the License.
6
     You may obtain a copy of the License at
7

  
8
          http://www.apache.org/licenses/LICENSE-2.0
9

  
10
     Unless required by applicable law or agreed to in writing, software
11
     distributed under the License is distributed on an "AS IS" BASIS,
12
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
     See the License for the specific language governing permissions and
14
     limitations under the License.
15
-->
16

  
17
<selector xmlns:android="http://schemas.android.com/apk/res/android">
18
    <item android:state_enabled="false"
19
        android:drawable="@drawable/abc_ic_clear_disabled" />
20
    <item
21
         android:drawable="@drawable/abc_ic_clear_normal" />
22
</selector>
libs/appcompat/res/drawable/abc_ic_clear_holo_light.xml
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (C) 2013 The Android Open Source Project
3

  
4
     Licensed under the Apache License, Version 2.0 (the "License");
5
     you may not use this file except in compliance with the License.
6
     You may obtain a copy of the License at
7

  
8
          http://www.apache.org/licenses/LICENSE-2.0
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff