Skip to content

covetcode/SelectableContactView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

copy SelectableContactView.java to your project

copy atts.xml to res/values

   if (SelectableContactView.isSelected()){
                    SelectableContactView.deselect();
                }else {
                    SelectableContactView.select();
                }
                
```xml
      <attr name="text" format="string"/>
        <attr name="textColor" format="color" />
        <attr name="backgroundColor" format="color" />
        <attr name="selectColor" format="color" />
        <attr name="tickColor" format="color" />
        <attr name="shadowColor" format="color" />
        <attr name="showShadow" format="boolean" />
        <attr name="src" format="reference" /> 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages