实现类似微信朋友圈九宫格图片展示控件
- displayOneImage: 只有一张图片调用该方法加载图片,
- displayImage: 不是一张图片时调用该方法加载图片
- onClickImage: 图片点击监听
在XML控件中全路径写该控件,比如我写的时ExampleImgView
{com.cuihai.nineimgview.ExampleImgView
android:id="@+id/img"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
weibo : https://www.weibo.com/icuihai url : icuihai.com
gmail : [email protected]
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.