Skip to content

Instantly share code, notes, and snippets.

<TextView
android:text="Happy Birthday"
android:layout_width="150dp"
android:layout_height="150dp"
android:background="@android:color/darker_gray"
/>
@krishsam02
krishsam02 / activity_main.xml
Created March 3, 2017 03:43
description of code of birthday
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_margin="8sp"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.example.sandeep.birthdaycake1.MainActivity">
dfdf