为了账号安全,请及时绑定邮箱和手机立即绑定

打星号提示No resource found that matches the given name (at 'text' with value '@string/Name:').

打星号提示No resource found that matches the given name (at 'text' with value '@string/Name:').

weibo_飞来云去_0 2017-05-10 23:32:45
 <TextView         android:id="@+id/textView1"         android:layout_width="wrap_content"         android:layout_height="wrap_content"         android:textSize="28sp"         android:textColor="#000000"         *android:text="@string/Name:"          />     <EditText         android:id="@+id/editText1"         android:layout_width="match_parent"         android:layout_height="wrap_content"         android:layout_alignTop="@+id/textView1"         android:layout_toRightOf="@+id/textView1"         android:layout_toEndOf="@+id/textView1"         android:ems="10"         android:hint="@string/Please enter your name" >         <requestFocus />     </EditText> </RelativeLayout>
查看完整描述

2 回答

?
用户1123810

TA贡献4条经验 获得超0个赞

EditText 的hint值格式有误

查看完整回答
反对 回复 2017-05-24
  • weibo_飞来云去_0
    weibo_飞来云去_0
    改成“请输入”或者“enter”都还是提示有问题,可以的话可以远程帮帮忙吗
?
sinse_

TA贡献1条经验 获得超0个赞

你在String.xml文件下看看是否定义了Name,如果定义了,看一下大小写是否一致
查看完整回答
反对 回复 2017-05-11
  • 2 回答
  • 0 关注
  • 1724 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信