[本库已迁移至新库,请移驾这里][https://github.com/RubinTry/NBUI]
AndroidUiWidget is a rich UI widget library,it can improve your development efficiency greatly.
- Support Androidx
- Concise and beautiful and easy to expand
- Support pull down zoom in(ElasticView)
maven
<dependency> <groupId>cn.rubintry.widget</groupId> <artifactId>dialog</artifactId> <version>1.0.5</version> <type>pom</type> </dependency>gradle
implementation 'cn.rubintry.widget:dialog:1.0.7'maven
<dependency> <groupId>cn.rubintry.widget</groupId> <artifactId>widget</artifactId> <version>1.0.5</version> <type>pom</type> </dependency>gradle
implementation 'cn.rubintry.widget:widget:1.0.5'| Widget Name | Preview | Widget description |
|---|---|---|
| IOSMessageDialog | ![]() | This is an IOS style general message dialog |
| IOSBottomListDialog | ![]() | This is an IOS style general bottom list dialog |
| ElasticView | ![]() | This is an elastic view that can flexibly nest and control conditions |
Copyright 2020 Sunzhong Lu 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. 


