Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.32 KB

README.md

File metadata and controls

39 lines (34 loc) · 1.32 KB

NineImgViews

实现类似微信朋友圈九宫格图片展示控件

如何使用?

1.写一个类继承NineImgView,实现三个方法:

  • displayOneImage: 只有一张图片调用该方法加载图片,
  • displayImage: 不是一张图片时调用该方法加载图片
  • onClickImage: 图片点击监听

2.XML布局

在XML控件中全路径写该控件,比如我写的时ExampleImgView


  {com.cuihai.nineimgview.ExampleImgView
        android:id="@+id/img"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />
        

image

About Me

weibo : https://www.weibo.com/icuihai url : icuihai.com

gmail : [email protected]

License

Copyright 2017 icuihai.

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.