开源项目库
Jon_Lo
If you can't fly then run, if you can't run then walk, if you can't walk then crawl, but whatever you do, you have to keep moving forward.
------Martin Luther King, Jr
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android Shape 用法详解
Android Shape 用法详解 在Android开发中,使用shape可以很方便的帮我们画出想要的背景,相对于png图片来说,使用shape可以减少安装包的大小,而且能够更好的适配不同的手机。 使用 先贴出官网上的说明: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape=[原创 2020-07-06 18:10:52 · 543 阅读 · 0 评论 -
旋转选择器 WheelPicker 的使用
旋转选择器 WheelPicker 的使用(Github开源项目) 运行效果 使用步骤 1. 在project的build.gradle添加如下代码(如下图) allprojects { repositories { ... maven { url "https://jitpack.io" } } } 2. 在Module的build.gradle添加依赖 compile 'com.github.open-android..原创 2020-06-24 16:58:06 · 1448 阅读 · 0 评论
分享