forked from liangjingkanji/Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f24f69e
commit 875ae52
Showing
7 changed files
with
62 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
| 工具 | | | ||
| ------------------------ | ------------------------------------ | | ||
| KeyBoard.kt | 键盘相关, 键盘遮挡/显示/隐藏/高度... | | ||
| Preference.kt | SharePreference存储, 委托属性 | | ||
| DigitsInputFilter.kt | 输入框小数点以及数字位数限制 | | ||
| Intents.kt | 意图创建, 开启Activity/Service等组件 | | ||
| JetPack.kt | JetPack框架相关 | | ||
| ThrottleClickListener.kt | 点击事件防抖动 | | ||
| UnitUtils.kt | 单位换算 | | ||
| Dialog.kt | 对话框创建 | | ||
| DataBindingComponent.kt | DataBinding常用需求 | | ||
| DataBindUtils.kt | 创建DataBinding | | ||
| ObservableIml | 如果不便继承BaseObservable可实现该接口等效于 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
| 组件 | 描述 | | ||
|-|-| | ||
| FixedViewPager | 修复崩溃和可关闭划动的ViewPager | | ||
| MaxHeightScrollView | 支持`scroll_maxHeight`最大高度设置的ScrollView | | ||
| ViewPagerForMaxHeight | 使用最高页面height的ViewPager | | ||
| GridPasswordView | 交易密码输入框 | | ||
| ScrollPickerView | 上下划动选择器 | | ||
| IndexSideBar | 字母索引列表 | | ||
| MarqueeTextView | 文字跑马灯 | | ||
| NestedRadioGroup | 支持任意嵌套的RadioButton单选 | | ||
| SmoothCheckBox | 漂亮的平滑切换开关 | | ||
| WaveView | 水纹波动 | | ||
| FilterCheckBox | 过滤是否可选的CheckBox | | ||
| FilterSeekBar | 过滤是否可滑动进度条SeekBar | | ||
| VerificationCodeEditText | 验证码输入框 | | ||
| FloatMenu | 浮动菜单 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,4 +38,6 @@ markdown_extensions: | |
nav: | ||
- 引擎索引: index.md | ||
- 基类: base.md | ||
- 视图: view.md | ||
- 工具: utils.md | ||
- 函数文档: api/index.html |