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"/>
- alignCenter:文字介绍是否居中显示
- showChevron: 是否显示右箭头
- singleItem: 是否每条单独显示,可参照图片
- 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
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.