Skip to content

kamal2280/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

hello-world

just another repository

<ImageView
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:scaleType="centerCrop"
    android:src="@drawable/androidparty" />

<TextView
    android:text="Happy Birthday hamdy"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:textSize="34sp"
    android:fontFamily="sans-serif_light"
    android:textColor="@android:color/white"/>

<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignParentRight="true"
    android:layout_alignParentBottom="true"
    android:textSize="34sp"
    android:fontFamily="sans-serif_light"
    android:textColor="@android:color/white"
    android:text="From, Kamal" />

About

just another repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published