So i'm getting an @string error as well as an API level error. Any suggestions? ive tried changing the xmlns, but still nothing to get rid of the error.
<GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:columnCount="2"
android:orientation="horizontal" >
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/News" >
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:text="Workouts" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Videos" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Blog" />
</Button>