I have two android:id .
android:id
For example: [ R.id.custom_font ] and [ R.id.product_name ]
R.id.custom_font
R.id.product_name
In .java file
TextVie
No, it is not possible. You can have only one android:id associated with one component.