Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1.15 KB

README.md

File metadata and controls

22 lines (11 loc) · 1.15 KB

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.