android 给 edittext增加边框

时间:2014-07-22 23:06:14   收藏:0   阅读:472

给edittext增加  就显示出来边框了

 

android:background="@android:drawable/edit_text"

 

 

例:

<EditText
     android:id="@+id/et_call"
     android:layout_width="140dp"
     android:inputType="phone"
        android:layout_height="wrap_content"
        android:layout_toRightOf="@+id/textview2"
        android:layout_below="@+id/tv_current_call"
        android:background="@android:drawable/edit_text"
      />

android 给 edittext增加边框,码迷,mamicode.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!