# PowerfulViewLibrary **Repository Path**: cjf_90/PowerfulViewLibrary ## Basic Information - **Project Name**: PowerfulViewLibrary - **Description**: PowerfulViewLibrary - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-18 - **Last Updated**: 2024-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PowerfulViewLibrary ### PowerfulEditText(功能强大的EditText)介绍 [https://github.com/chaychan/PowerfulViewLibrary/blob/master/readmes/PowerfulEditText.md](https://github.com/chaychan/PowerfulViewLibrary/blob/master/readmes/PowerfulEditText.md) ### NumberRunningTextView(仿支付宝数字滚动的TextView)介绍 [https://github.com/chaychan/PowerfulViewLibrary/blob/master/readmes/NumRunningTextView.md](https://github.com/chaychan/PowerfulViewLibrary/blob/master/readmes/NumRunningTextView.md) ### ExpandableLinearLayout(可展开收起的LinearLayout)介绍 [https://github.com/chaychan/PowerfulViewLibrary/blob/master/readmes/ExpandableLinearLayout.md](https://github.com/chaychan/PowerfulViewLibrary/blob/master/readmes/ExpandableLinearLayout.md) ### BottomBarLayout(轻量级底部导航栏)介绍 [http://blog.csdn.net/chay_chan/article/details/73715607](http://blog.csdn.net/chay_chan/article/details/73715607) #### **导入方式** 打开app的module中的build.gradle,在dependencies{}中,添加依赖,如下: dependencies { implementation 'com.gitee.cjf_90:PowerfulViewLibrary:0.0.2' }