# FixView **Repository Path**: newtrekwang/FixView ## Basic Information - **Project Name**: FixView - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FixView [![](https://www.jitpack.io/v/Wangjiaxing123/FixView.svg)](https://www.jitpack.io/#Wangjiaxing123/FixView) 能设置前缀或后缀的TextView或EditText ## 添加方式 step1 Add it in your root build.gradle at the end of repositories: ```gradle allprojects { repositories { ... maven { url 'https://www.jitpack.io' } } } ``` step2 Add the dependency ```gradle dependencies { compile 'com.github.Wangjiaxing123:FixView:release_version' } ``` ## 使用方法 ```xml ``` ## preOrPost="PREFIX" 前缀 ![](http://ojgs96t5i.bkt.clouddn.com/screenshot-1524487193143.jpg) ## preOrPost="POSTFIX" 后缀 ![](http://ojgs96t5i.bkt.clouddn.com/screenshot-1524487369064.jpg)