Skip to content

uilistview基于android-uitableview扩展,使展现形式更多样。

License

Notifications You must be signed in to change notification settings

shelwee/uilistview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uilistview

uilistview基于android-uitableview扩展。

###用法 参照demo UiListView-demo

这个项目是基于android-uitableview的扩展,使其更加灵活。只需在用法中增加属性如:

<com.shelwee.uilistview.ui.UiListView
		        android:id="@+id/uilist3"
		        android:layout_width="match_parent"
		        android:layout_height="wrap_content"
		        android:layout_below="@id/uilist2"
		        android:layout_marginTop="5dp"
		        apps:alignCenter="true"
		        apps:showChevron="false"
		        apps:singleItem="true"
		        apps:textBold="false"/>
  1. alignCenter:文字介绍是否居中显示
  2. showChevron: 是否显示右箭头
  3. singleItem: 是否每条单独显示,可参照图片
  4. textBold: 文字是否加粗显示

###License

Copyright 2014 ShelWee(http://www.shelwee.com)

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.

About

uilistview基于android-uitableview扩展,使展现形式更多样。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages