我无法从代码中移动编辑文本。如果我这样做,他们的形式就会被摧毁。我想稍微放弃一下。但它不能。我应该怎么做。这是与.java文件的对比。
edit_txt_Password.setPadding(0, 30, 0, 0);
这是xml代码。
<EditText
android:id="@+id/edit_txt_Password"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="120dp"
android:background="#ffffff"
android:ems="10"
android:singleLine="true"
android:hint="xxxxxxxx@speedlink-td.info"
android:inputType="textEmailSubject" />