id.xml is generally used to declare the id’s that you use for the views in the layouts.
you could use something like
<TextView android:id="@id/snack">
for your given xml.
id.xml is generally used to declare the id’s that you use for the views in the layouts.
you could use something like
<TextView android:id="@id/snack">
for your given xml.