MDPI デバイス "WildFire S" の TextCapCharacter に問題があります
<EditText
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/nameTV"
android:layout_below="@+id/nameTV"
android:layout_marginTop="3dp"
android:background="@drawable/input_field_profile"
android:ems="10"
android:textSize="12dp"
android:gravity="center_vertical"
android:inputType="textCapCharacters"
android:paddingLeft="5dp"
android:paddingRight="5dp">
<requestFocus />
</EditText>
および電子メールIDで
<EditText
android:id="@+id/email"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/emailTV"
android:layout_below="@+id/emailTV"
android:layout_marginTop="5dp"
android:background="@drawable/input_field_profile"
android:ems="10"
android:textSize="12dp"
android:gravity="center_vertical"
android:inputType="textEmailAddress"
android:paddingLeft="5dp"
android:paddingRight="5dp" />
textCapCharacterプロパティが名前フィールドで正常に機能しているという問題がありますが、電子メールIDフィールドに移行すると、入力タイプのcaptextcharacterが保持されますが、これは機能していますSamsung Google Nexus Samsung Galaxy Note II Samsung Galaxy SIIで完全に問題なく動作しているため、この問題について助けが必要ですありがとうよろしく ウスマン・アルシャド・クルド