Skip to content

Instantly share code, notes, and snippets.

@mathsways
Created January 31, 2018 09:26
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 mathsways/f2dffc71290cd1b6eaae57b9d3640620 to your computer and use it in GitHub Desktop.
Save mathsways/f2dffc71290cd1b6eaae57b9d3640620 to your computer and use it in GitHub Desktop.
Happy ID ALFITR
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
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.mathsways.happyaidalfitr.MainActivity">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/fitr"
android:scaleType="centerCrop"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="موقع الرياضيات لكل المستويات "
android:textSize="26sp"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:padding="20dp"
android:textStyle="bold"
android:textColor="#fff"
android:fontFamily="cursive"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="يتمنى لكم عيد مبارك سعيد "
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:textSize="26sp"
android:padding="20dp"
android:textStyle="bold"
android:textColor="@android:color/white"
android:fontFamily="cursive"
/>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment