Skip to content

Instantly share code, notes, and snippets.

Created April 8, 2015 22:18
Show Gist options
  • Save anonymous/e7eb5ceff9dedfc376eb to your computer and use it in GitHub Desktop.
Save anonymous/e7eb5ceff9dedfc376eb to your computer and use it in GitHub Desktop.
RelativeLayout XML for Udacity quiz question
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp">
<TextView
android:text="I’m in this corner"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true" />
<TextView
android:text="No, up here"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true" />
<TextView
android:text="Wait, I’m here"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true" />
<TextView
android:text="Actually, I’m here"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true" />
</RelativeLayout>
@kumerafekadu
Copy link

B

@abduselam349
Copy link

Good

@Rash8793
Copy link

B

@Rash8793
Copy link

a0bfe53805e40d23a82f42d762231061.mp4

@kedir721
Copy link

kedir721 commented Jul 3, 2025

Somale music

@kedir721
Copy link

kedir721 commented Jul 3, 2025

Very good music

@kedir721
Copy link

kedir721 commented Jul 3, 2025

Uploading fa58f845d8926674a82950654d7c6fa6_1751343042449.mp4…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment