Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bishopmatthew committed Jan 7, 2013
1 parent dd8720a commit 3c25396
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# HoloTheme
This is a collection of useful code that I share between applications. A lot of it is related to using Holo-themed components on Android 2.1+. This is an Android library project. The easiest way to use it is to git clone the project somewhere, import it into Eclipse, and add it as a library to your project.



TODO: better explanation of what is available here, how to use, etc.

# License

Some code is forked from other projects (com.slidingmenu) or the Android source code (com.airlocksoftware.holo.picker.*) and still falls under the licenses they were released under.

For everything else:

Apache Version 2.0

Copyright 2012 Matthew Bishop

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.

0 comments on commit 3c25396

Please sign in to comment.