标签: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 width re c type text
原文地址:http://www.cnblogs.com/hao222/p/3700578.html