Skip to content

Instantly share code, notes, and snippets.

@mohamedgamalashour
Created November 9, 2017 18:09
Show Gist options
  • Save mohamedgamalashour/b6baf4701495307e90dc0b184f2353af to your computer and use it in GitHub Desktop.
Save mohamedgamalashour/b6baf4701495307e90dc0b184f2353af to your computer and use it in GitHub Desktop.
My HelloAndroid app first project on scholaship Xml code
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.android.helloandroid.MainActivity">
<TextView
android:id="@+id/textView2"
android:layout_width="353dp"
android:layout_height="43dp"
android:ems="10"
android:inputType="textPersonName"
android:text="4_fotouh_st_menofia_view_cairo"
app:layout_editor_absoluteX="16dp"
app:layout_editor_absoluteY="450dp"
android:layout_below="@+id/textView"
android:layout_alignLeft="@id/textView"
android:layout_alignStart="@id/textView"
tools:layout_editor_absoluteY="401dp"
tools:layout_editor_absoluteX="16dp" />
<TextView
android:id="@+id/textView5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ens="10"
android:inputType="textPersonName"
android:text="Udacity"
android:layout_below="@+id/imageView"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_marginStart="19dp"
tools:layout_editor_absoluteY="336dp"
tools:layout_editor_absoluteX="16dp"
android:layout_marginLeft="19dp" />
<TextView
android:id="@+id/editText6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ems="10"
android:inputType="textPersonName"
android:text="@string/_650_555_4444"
android:layout_below="@id/textView5"
android:layout_alignLeft="@id/textView5"
android:layout_alignStart="@id/textView5"
tools:layout_editor_absoluteY="371dp"
tools:layout_editor_absoluteX="17dp" />
<ImageView
android:id="@+id/imageView"
android:layout_width="396dp"
android:layout_height="268dp"
android:src="@drawable/Udacity"
tools:layout_editor_absoluteX="-6dp"
tools:layout_editor_absoluteY="39dp"
android:layout_below="@+id/textView"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />
<TextView
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="www_udacity_com"
android:layout_below="@+id/editText6"
android:layout_alignParentLeft="@+id/editText6"
android:layout_alignParentStart="@+id/editText6"
tools:layout_editor_absoluteY="408dp"
tools:layout_editor_absoluteX="16dp" />
</android.support.constraint.ConstraintLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment