EditText示例Android代码

时间:2014-12-23 11:45:58

标签: android xml android-edittext

我是新开发者Android。 我在哪里可以找到EditText的一个例子? 请在XML中。 我试过这个,但对我不起作用。

 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 xmlns:tools="http://schemas.android.com/tools"
 android:id="@+id/layout"
 android:layout_width="match_parent"
 android:layout_height="match_parent"   
 android:orientation="vertical">
 <EditText 
    android:layout_width="fill_parent"
    android:layout_height="2dp"
    android:id="@+id/bus"
    android:hint="@string/hello_world"
    android:singleLine="true"
    android:inputType="textCapWords"/>
  </LinearLayout>

Bye Bye

1 个答案:

答案 0 :(得分:0)

我在这里找到了little tutorial。 通过它,你会更清楚。

祝你好运!