diff --git a/sdk/prebuilt/v7/gridlayout/.classpath b/sdk/prebuilt/v7/gridlayout/.classpath new file mode 100644 index 000000000..a4f1e4054 --- /dev/null +++ b/sdk/prebuilt/v7/gridlayout/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/sdk/prebuilt/v7/gridlayout/.project b/sdk/prebuilt/v7/gridlayout/.project new file mode 100644 index 000000000..ed51f1dfe --- /dev/null +++ b/sdk/prebuilt/v7/gridlayout/.project @@ -0,0 +1,33 @@ + + + gridlayout_v7 + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/sdk/prebuilt/v7/gridlayout/README.txt b/sdk/prebuilt/v7/gridlayout/README.txt new file mode 100644 index 000000000..86853b0c0 --- /dev/null +++ b/sdk/prebuilt/v7/gridlayout/README.txt @@ -0,0 +1,8 @@ +Library Project including GridLayout. + +This can be used by an Android project to provide +access to GridLayout 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-gridlayout.jar