2016-07-05 37 views

回答

0

嘗試下面的代碼:

<LinearLayout 
... 
android:orientation="vertical"> 
    <EditText 
    ... 
    android:background="@null"/> 

    <View 
    android:layout_width="match_parent" 
    android:layout_height="1dp" 
    android:background="@android:color/black"/> 
</LinearLayout>