android - Xml invalid token error -


i getting invalid token error on following code:

<relativelayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingbottom="@dimen/activity_vertical_margin" android:paddingleft="@dimen/activity_horizontal_margin" android:paddingright="@dimen/activity_horizontal_margin" android:paddingtop="@dimen/activity_vertical_margin" tools:context=".mainactivity"> <textview     android:layout_width="wrap_content"     android:layout_height="wrap_content"     android:text="@string/hello_world"/> 

on eclipse ide error red 'x' @ android:paddingleft line. insight appreciated!

i deleted project since test. messing textview of xml before that, though. though guys!


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -