让我直接指出,我在XML文件中有一个编辑文本如下。
<EditText
android:id="@+id/edt_brand_name_add_product"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_40"
android:layout_alignLeft="@+id/relative_img_banner"
android:layout_alignRight="@+id/relative_img_banner"
android:layout_below="@+id/relative_img_banner"
android:layout_marginTop="@dimen/dp_10"
android:background="@drawable/edit_text_login_page"
android:digits="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_ "
android:hint="Brand Name"
android:inputType="textNoSuggestions"
android:paddingLeft="@dimen/dp_5"
android:textColor="@color/edit_text_color"
android:textSize="@dimen/sp_12"
app:fontName="fonts/Roboto_Light.ttf" />
在Samsung Galaxy Tab 3中,如果我在EditText中键入任何数字,它将重复所有已键入的文本。例如,如果EditText具有值&#34; tt&#34;如果我尝试键入任何数字,它将重复&#34; tt&#34;输入任意数字的时间。应该是什么问题。它在Nexus 5或HTC等其他设备上运行良好。
答案 0 :(得分:-1)
重启设备
如果是eclipse则重新启动IDE
重新安装申请
如果没有解决,请与您的设备制造商联系