android这个 android:id="@+id/symbol"的symbol是添加到.R文件的哪里?
为什么我在.R的classid{}和classsstring{}里都有symbol序列号呢?(两个序列号不一样)而我定义的android:id="@+id/factorO...
为什么我在.R的class id{}和classs string{}里都有symbol序列号呢?(两个序列号不一样)
而我定义的android:id="@+id/factorOne的factorOne却恰好是在class id中 没有在class string{}中
<EditText
android:id="@+id/factorOne"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
<TextView
android:id="@+id/symbol"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
/> 展开
而我定义的android:id="@+id/factorOne的factorOne却恰好是在class id中 没有在class string{}中
<EditText
android:id="@+id/factorOne"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
<TextView
android:id="@+id/symbol"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
/> 展开
1个回答
2014-02-21
展开全部
class string里面是保存的values.xml里面<string name='xxx'>xxx</string>对应的name的值,应该是你定义了一个symbol的字符串在values.xml里面。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询