MCPcopy Index your code
hub / github.com/H07000223/FlycoRoundView

github.com/H07000223/FlycoRoundView @v1.0.6

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.6 ↗ · + Follow
71 symbols 114 edges 6 files 8 documented · 11%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

FlycoRoundView

A library helps Android built-in views easy and convenient to set round rectangle background and accordingly related shape resources can be reduced. 一个扩展原生控件支持圆角矩形框背景的库,可以减少相关shape资源文件使用.

Demo

Gradle

dependencies{
    compile 'com.flyco.roundview:FlycoRoundView_Lib:1.0.6@aar'
}

Attributes

name format description
rv_backgroundColor color background color
rv_backgroundPressColor color background press color
rv_cornerRadius dimension background rectangle corner radius,unit dp
rv_strokeWidth dimension background rectangle stroke width,unit dp
rv_strokeColor color background rectangle stroke color
rv_strokePressColor color background rectangle stroke press color
rv_textPressColor color text press color
rv_isRadiusHalfHeight boolean corner radius is half of height
rv_isWidthHeightEqual boolean width and height is the same size which is the max value of them
rv_cornerRadius_TL dimension corner radius top left,unit dp
rv_cornerRadius_TR dimension corner radius top right,unit dp
rv_cornerRadius_BL dimension corner radius bottom left,unit dp
rv_cornerRadius_BR dimension corner radius bottom right,unit dp

Core symbols most depended-on inside this repo

isWidthHeightEqual
called by 4
FlycoRoundView_Lib/src/main/java/com/flyco/roundview/RoundViewDelegate.java
setCornerRadius
called by 3
FlycoRoundView_Lib/src/main/java/com/flyco/roundview/RoundViewDelegate.java
dp2px
called by 2
FlycoRoundView_Lib/src/main/java/com/flyco/roundview/RoundViewDelegate.java
getDelegate
called by 1
FlycoRoundView_Lib/src/main/java/com/flyco/roundview/RoundTextView.java
setOnClickListener
called by 1
FlycoRoundView_Lib/src/main/java/com/flyco/roundview/RoundTextView.java
setOnLongClickListener
called by 1
FlycoRoundView_Lib/src/main/java/com/flyco/roundview/RoundTextView.java
obtainAttributes
called by 1
FlycoRoundView_Lib/src/main/java/com/flyco/roundview/RoundViewDelegate.java
onCreate
called by 0
app/src/main/java/com/flyco/RoundViewSample/MainActivity.java

Shape

Method 65
Class 6

Languages

Java100%

Modules by API surface

FlycoRoundView_Lib/src/main/java/com/flyco/roundview/RoundViewDelegate.java35 symbols
FlycoRoundView_Lib/src/main/java/com/flyco/roundview/RoundTextView.java8 symbols
FlycoRoundView_Lib/src/main/java/com/flyco/roundview/RoundRelativeLayout.java8 symbols
FlycoRoundView_Lib/src/main/java/com/flyco/roundview/RoundLinearLayout.java8 symbols
FlycoRoundView_Lib/src/main/java/com/flyco/roundview/RoundFrameLayout.java8 symbols
app/src/main/java/com/flyco/RoundViewSample/MainActivity.java4 symbols

For agents

$ claude mcp add FlycoRoundView \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page