All Projects → AriesHoo → RadiusView

AriesHoo / RadiusView

Licence: other
[1.1.0以后版本由UIWidget维护,不做更新]Android 实现一个用于需要圆角矩形框背景的TextView或Layout的情况,减少直接使用时引入的shape资源文件,包括RadiusTextView,RadiusEditText,RadiusLinearLayout,RadiusRelativeLayout,RadiusFrameLayout,RadiusCheckBox,RadiusRadioButton,主要有圆角控制、默认背景(边框线)、按下背景(边框线)、不可点击背景(边框线)、选择selected背景(边框线)、选中checked背景(边框线);全圆角、四角单独设置圆角功能

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to RadiusView

SupperShape
🏡替代Shape和Selector和Layer-list的xml,减小apk体积
Stars: ✭ 57 (+338.46%)
Mutual labels:  shape, radius
Gooey React
The gooey effect for React, used for shape blobbing / metaballs (0.5 KB) 🧽
Stars: ✭ 219 (+1584.62%)
Mutual labels:  shape
View shaper
A library to help create shaped views and layouts in Android
Stars: ✭ 42 (+223.08%)
Mutual labels:  shape
Androidutillib
🔥 旨在打造一款属于Android开发的强大工具库:内置各种开发必备工具类、Dialog封装、组件重写等
Stars: ✭ 143 (+1000%)
Mutual labels:  shape
Phidl
Python GDS layout and CAD geometry creation
Stars: ✭ 56 (+330.77%)
Mutual labels:  shape
Tracks
Programming with shapes
Stars: ✭ 151 (+1061.54%)
Mutual labels:  shape
Flutter Neumorphic
A complete, ready to use, Neumorphic ui kit for Flutter, 🕶️ dark mode compatible
Stars: ✭ 988 (+7500%)
Mutual labels:  shape
ShapeView
打造万能shape,再也不用写很多xml了,可以当做TextView,Button,EditText等多种控件,方便实用
Stars: ✭ 34 (+161.54%)
Mutual labels:  shape
Flutter Shapeofview
Give a custom shape to any flutter widget, Material Design 2 ready
Stars: ✭ 211 (+1523.08%)
Mutual labels:  shape
Shapeshifter
🐺 Generate relational schemas, PropTypes, Flow aliases, and TypeScript interfaces from JSON or GraphQL schematic files.
Stars: ✭ 105 (+707.69%)
Mutual labels:  shape
Sketch React
render sketch(v43+) file as react component
Stars: ✭ 98 (+653.85%)
Mutual labels:  shape
Ng2 Konva
Angular & Canvas - JavaScript library for drawing complex canvas graphics using Angular.
Stars: ✭ 78 (+500%)
Mutual labels:  shape
Devshapeutils
一行代码设置Shape样式、Selector触摸反馈效果开源库
Stars: ✭ 161 (+1138.46%)
Mutual labels:  shape
Morphi
Shapes for SwiftUI ♡☾
Stars: ✭ 54 (+315.38%)
Mutual labels:  shape
Motion Shapeofview
Explain how to use MotionLayout with ShapeOfView
Stars: ✭ 236 (+1715.38%)
Mutual labels:  shape
Rwidgethelper
Android UI 快速开发,专治原生控件各种不服
Stars: ✭ 996 (+7561.54%)
Mutual labels:  shape
Shapes
📐 Net standard geometry/shape manipulation library, can be used to merge / split shapes
Stars: ✭ 95 (+630.77%)
Mutual labels:  shape
Marlin Renderer
Marlin is the FAST Java2D antialiasing rasterizer derived from OpenJDK Pisces (shape)
Stars: ✭ 146 (+1023.08%)
Mutual labels:  shape
Unity3D-Hypersolids
◻️ A Way To Create, Show, and Rotate 4D Objects in Unity 3D
Stars: ✭ 24 (+84.62%)
Mutual labels:  shape
Music Cover View
Subclass of ImageView that 'morphs' into a circle shape and can rotates. Useful to be used as album cover in Music apps. 📀🎶
Stars: ✭ 239 (+1738.46%)
Mutual labels:  shape

RadiusView


简介:

一个用于需要圆角矩形框背景的TextView或Layout的情况,减少直接使用时引入的shape资源文件,包括RadiusTextView,RadiusEditText,RadiusLinearLayout,RadiusRelativeLayout,RadiusFrameLayout,RadiusCheckBox,RadiusRadioButton,主要有圆角控制、默认背景(边框线)、按下背景(边框线)、不可点击背景(边框线)、选择selected背景(边框线)、选中checked背景(边框线);全圆角、四角单独设置圆角功能,使用方式参照layout_main.

说明1.1.0以后版本UIWidget维护,不再做版本更新

更全常见UI库参看 UIWidget

[Sample PC Download]

[Sample Mobile Download]

Gradle集成

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}
dependencies {
     //compile 'com.github.AriesHoo:RadiusView:1.1.0'
      compile 'com.github.AriesHoo:RadiusView:${LATEST_VERSION}'
}

录屏预览

鸣谢

FlycoRoundView

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].