HorizontalScatteredView

A view which can show cell scatterd in horizontal line after line.

Opps! Screen shot has missed

How to use

Like Listview, HorizontalScatteredView accept an adapter to build cell views。Users can set some parameters.

	1. item_left_margin
	2. item_top_margin
	3. item_right_margin
	4. item_bottom_margin
	5. row_count_limited
	
	As their literal meaning.

###Developed by: Roy Wang (dolphinwang@foxmail.com)

If you use this lib. Please let me know.

###License: Copyright 2015 Roy Wang

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.