Getting the above error? Get ready to kick yourself.
You don’t need to specify the ‘android’ namespace. So the following is correct:
<TextView style="@style/Subheading" />
While the following is not:
<TextView android:style="@style/Subheading"/>
Getting the above error? Get ready to kick yourself.
You don’t need to specify the ‘android’ namespace. So the following is correct:
<TextView style="@style/Subheading" />
While the following is not:
<TextView android:style="@style/Subheading"/>