<?xml version= "1.0" encoding= "Utf-8"? ><tablelayout xmlns:android= "Http://schemas.android.com/apk/res/android"Android:layout_width= "Match_parent"Android:layout_height= "Match_parent" > <edittext android:layout_width= "0DP"Android:layout_height= "Wrap_content"Android:layout_weight= "1"android:gravity= "Right|bottom"/> <TableRow> <button android:layout_width= "0PT"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "MC"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "m+"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "M"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "Mr"/> </TableRow> <TableRow> <button android:layout_width= "0PT"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "AC"Android:textcolor= "#00F"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "←"Android:textcolor= "#00F"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "+/-"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "÷"/> </TableRow> <TableRow> <button android:layout_width= "0PT"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "7"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "8"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "9"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "x"/> </TableRow> <TableRow> <button android:layout_width= "0PT"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "4"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "5"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "6"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "-"/> </TableRow> <TableRow> <button android:layout_width= "0PT"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "1"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "2"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "3"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "+"/> </TableRow> <TableRow> <button android:layout_width= "0PT"Android:layout_height= "Wrap_content"Android:layout_weight= "2"Android:text= "0"/> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text="." /> <button android:layout_width= "0pt"Android:layout_height= "Wrap_content"Android:layout_weight= "1"Android:text= "="/> </TableRow></TableLayout>
Android Calculator page