Initial commit for the re-code
9
appcompat_v7/.classpath
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="gen"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
||||
<classpathentry kind="output" path="bin/classes"/>
|
||||
</classpath>
|
2
appcompat_v7/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/gen
|
||||
/bin
|
33
appcompat_v7/.project
Normal file
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>android-support-v7-appcompat</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
4
appcompat_v7/.settings/org.eclipse.jdt.core.prefs
Normal file
@ -0,0 +1,4 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||
org.eclipse.jdt.core.compiler.source=1.6
|
20
appcompat_v7/AndroidManifest.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2012 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.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="android.support.v7.appcompat">
|
||||
<uses-sdk android:minSdkVersion="7"/>
|
||||
<application />
|
||||
</manifest>
|
10
appcompat_v7/README.txt
Normal file
@ -0,0 +1,10 @@
|
||||
Library Project including compatibility ActionBar.
|
||||
|
||||
This can be used by an Android project to provide
|
||||
access to ActionBar on applications running on API 7+.
|
||||
|
||||
There is technically no source, but the src folder is necessary
|
||||
to ensure that the build system works. The content is actually
|
||||
located in libs/android-support-v7-appcompat.jar.
|
||||
The accompanying resources must also be included in the application.
|
||||
|
20
appcompat_v7/bin/AndroidManifest.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2012 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.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="android.support.v7.appcompat">
|
||||
<uses-sdk android:minSdkVersion="7"/>
|
||||
<application />
|
||||
</manifest>
|
2
appcompat_v7/bin/classes/.readme
Normal file
@ -0,0 +1,2 @@
|
||||
This hidden file is there to ensure there is an src folder.
|
||||
Once we support binary library this will go away.
|
BIN
appcompat_v7/bin/classes/android/support/v7/appcompat/R$id.class
Normal file
BIN
appcompat_v7/bin/classes/android/support/v7/appcompat/R.class
Normal file
After Width: | Height: | Size: 213 B |
After Width: | Height: | Size: 212 B |
After Width: | Height: | Size: 224 B |
After Width: | Height: | Size: 224 B |
After Width: | Height: | Size: 267 B |
After Width: | Height: | Size: 268 B |
After Width: | Height: | Size: 219 B |
After Width: | Height: | Size: 218 B |
After Width: | Height: | Size: 219 B |
After Width: | Height: | Size: 219 B |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 212 B |
After Width: | Height: | Size: 242 B |
After Width: | Height: | Size: 241 B |
After Width: | Height: | Size: 216 B |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 217 B |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 548 B |
After Width: | Height: | Size: 438 B |
After Width: | Height: | Size: 791 B |
After Width: | Height: | Size: 605 B |
After Width: | Height: | Size: 996 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 409 B |
After Width: | Height: | Size: 451 B |
After Width: | Height: | Size: 493 B |
After Width: | Height: | Size: 448 B |
BIN
appcompat_v7/bin/res/crunch/drawable-hdpi/abc_ic_go.png
Normal file
After Width: | Height: | Size: 815 B |
After Width: | Height: | Size: 254 B |
After Width: | Height: | Size: 126 B |
After Width: | Height: | Size: 136 B |
After Width: | Height: | Size: 578 B |
After Width: | Height: | Size: 607 B |
BIN
appcompat_v7/bin/res/crunch/drawable-hdpi/abc_ic_search.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 973 B |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 705 B |
After Width: | Height: | Size: 132 B |
After Width: | Height: | Size: 132 B |
After Width: | Height: | Size: 208 B |
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 203 B |
After Width: | Height: | Size: 204 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 842 B |
After Width: | Height: | Size: 817 B |
After Width: | Height: | Size: 333 B |
After Width: | Height: | Size: 334 B |
After Width: | Height: | Size: 333 B |
After Width: | Height: | Size: 333 B |
After Width: | Height: | Size: 515 B |
After Width: | Height: | Size: 513 B |
After Width: | Height: | Size: 456 B |
After Width: | Height: | Size: 452 B |
After Width: | Height: | Size: 156 B |
After Width: | Height: | Size: 149 B |
After Width: | Height: | Size: 155 B |
After Width: | Height: | Size: 153 B |
After Width: | Height: | Size: 173 B |
After Width: | Height: | Size: 170 B |
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 168 B |
After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 187 B |
After Width: | Height: | Size: 187 B |
After Width: | Height: | Size: 199 B |
After Width: | Height: | Size: 199 B |
After Width: | Height: | Size: 209 B |
After Width: | Height: | Size: 209 B |
After Width: | Height: | Size: 247 B |
After Width: | Height: | Size: 248 B |
After Width: | Height: | Size: 206 B |
After Width: | Height: | Size: 206 B |