码迷,mamicode.com
首页 > 移动开发 > 详细

android 给 edittext增加边框

时间:2014-07-22 23:06:14      阅读:472      评论:0      收藏:0      [点我收藏+]

标签:android   width   re   c   type   text   

给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

android 给 edittext增加边框

标签:android   width   re   c   type   text   

原文地址:http://www.cnblogs.com/hao222/p/3700578.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!