Skip to content

Instantly share code, notes, and snippets.

View DanyshMushtaq's full-sized avatar

Danysh Mushtaq DanyshMushtaq

View GitHub Profile
@DanyshMushtaq
DanyshMushtaq / MainActivity.XML
Last active November 9, 2015 10:14
SIMPLE CALCULATOR ANDROID ------- RELEASED IN PUBLIC INTEREST
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:id='0'
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<LinearLayout