• Stars
    star
    105
  • Rank 318,000 (Top 7 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

BouncyHintEditText

BouncyEditText

BouncyHintEditText

Android Arsenal

##效果图:## bouncyEditText.gif github地址: https://github.com/zzz40500/BouncyEditText BouncyEditText 继承自 EditText 组件,所以 EditText 有的特性,它都有,所以你完全可以把他当做 EditText在使用. ##usage## 布局:

   <com.mingle.BouncyEditText
       android:layout_width="fill_parent"
       android:hint="账号"
       android:layout_height="wrap_content">
       </com.mingle.BouncyEditText>

使用 android:hint这个属性添加效果