I just want to create a button ion Android that will link to my Twitter account:
<Button style="@style/HomeButton"
android:text="@waza_be" android:drawableTop="@drawable/home_btn_twit_default"
android:onClick="onTwitClick" />
But unfortunately, I got an error just because my text start with arobase!
error: Error: No resource type
specified (at ‘text’ with value
‘@waza_be’).
If I remove “@”, everything works fine.
What can I do?
try
or
one of them should work.