我的編輯文字在輸入文字時自動延伸,不知道我做了什麼錯誤,請檢查我的屏幕截圖,以確定我的問題是什麼,幫助我找到解決方案。提前致謝。我的編輯文字在輸入文字時得到延長
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="50dip"
android:gravity="center"
android:orientation="vertical" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center" >
<EditText
android:id="@+id/oldpass"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/selectdate"
android:ems="10"
android:hint="@string/oldpass"
android:inputType="textPassword"
android:paddingLeft="5dip" >
</EditText>
</LinearLayout>
</LinearLayout>
檢查我的屏幕截圖如何它的延伸,同時打字
感謝它在給出版面重量後的工作。 – Madhu
很高興幫助。無論是出於信譽還是反饋的目的,一旦你獲得了你想要的解決方案,接受最能幫助你的答案。 – nKn
+1爲您的答案和您的評論「答案,幫助你最」。 – Aravin