[细粒度PR] 自定义控件、图形组件与构建配置#2571
Open
Maoweicao wants to merge 2 commits into
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Widgets、GL 渲染组件与构建配置(PR #15)
新增自定义控件、GL 渲染层扩展、Drawable 资源及构建配置更新。
变更范围
UI Widgets
widget/BottomIndicatorView.java— 底部指示条控件(新增)widget/GalleryHeader.java— 画廊头部控件(新增)widget/SearchBar.java— 搜索栏控件更新preference/SeekBarPreference.java— 滑块偏好项util/ExecutorManager.java— 线程池管理器(com.hippo.util)widget/FabLabelHelper.java— FAB 标签辅助widget/FabLayout.java— FAB 布局容器widget/ShadowLinearLayout.java— 阴影线性布局GL 图库组件
lib/glgallery/GalleryPageView.java— 页面 GL 视图lib/glgallery/GalleryView.java— GL 画廊视图lib/glgallery/ImageView.java— GL 图片视图lib/glgallery/PagerLayoutManager.java— 翻页布局管理器lib/glgallery/SimpleAdapter.java— 简单适配器lib/glview/glrenderer/MovableTextTexture.java— 可移动文字纹理lib/glview/widget/GLProgressView.java— GL 进度条资源 & 构建
res/drawable/badge_background.xml— 角标背景(新增)res/drawable/bg_border_rounded.xml— 圆角边框背景(新增)res/drawable/ic_back.xml— 返回图标(新增)res/drawable/ic_more_vert.xml— 更多图标(新增)app/build.gradle— 依赖版本及编译配置更新.gitignore— 忽略规则更新依赖
依赖 PR #2545 (CI root)