以下のような EditText があります
<EditText
android:id="@+id/extUsername"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:contentDescription="Username field"
android:hint="Username" />
TalkBack で「ユーザー名フィールド」と読み上げたいのですが、「ユーザー名」と表示されます。contentDescription は無視されます。
ヒントや contentDescription を削除するように言わないでください。両方を使用する必要があります。
アドバイスをいただければ幸いです。