工作当中遇到很多使用频率很高的控件,为了方便,写了这个lib封装了一些常用自定义控件, 比如网络加载WebView的一些封装,地址联动选择器AddressPicker。
You can copy the ProgressWheel.java (in the library module) and the attrs.xml content into your project. Or you can get the binaries from Maven central by adding in your build.gradle dependencies:
compile 'com.cvlib:cvlib:1.0.1'
-
1.0.0 Initial release
-
1.0.1 WebView的封装,自定义地址联动选择AddressPicker.
Copyright 2017 Callanna
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.