我想給id作爲@android:id/kish
但它表明沒有資源發現在給定的名字相匹配(在與值「身份證」「@android:ID /基什」)
沒有資源發現在給定的名字相匹配(在'id',值爲'@android:id/kish')。
但上述@android:id/text1
工作
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- Dummy content. -->
<LinearLayout android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="16dp">
<TextView android:id="@android:id/text1"
style="?android:textAppearanceLarge"
android:textStyle="bold"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp" />
<TextView android:id="@android:id/kish"
style="?android:textAppearanceLarge"
android:textStyle="bold"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp" />
</LinearLayout>
</ScrollView>
IMAGES
哪個文件我shuld申報android:id =「@ + id/kish」 –
你必須聲明這個@android:id/kish在你的佈局:) –
@Rahulkishan ....快樂編碼親愛的.... :) –