Skip to content

Instantly share code, notes, and snippets.

@walaa-assy
Last active August 26, 2015 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save walaa-assy/e732c20ee5e12eff78ad to your computer and use it in GitHub Desktop.
Save walaa-assy/e732c20ee5e12eff78ad to your computer and use it in GitHub Desktop.
Error parsing XML:not well-formed (invalid token)
<LinearLayout 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:orientation="vertical"
tools:context=".MainActivity">
<TextView android:text="My kids are my Life"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="28sp"
android:textStyle="bold"
android:fontFamily="sans-serif-light"
android:textColor="@android:color/white"
android:background="#009688"
android:padding="16dp"
/>
<ImageView android:src="@drawable/img"
android:layout_height="0dp"
android:layout_weight="1"
android:layout_width="match_parent"
android:scaleType="centerCrop"/>
<TextView android:text="Fareeda & Marawan"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="28sp"
android:textStyle="italic"
android:gravity="right"
android:fontFamily="sans-serif-light"
android:textColor="@android:color/white"
android:background="#009688"
android:padding="16dp" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment