Skip to content

Instantly share code, notes, and snippets.

@chayanbobra13
chayanbobra13 / RGame.xml
Created May 8, 2018 10:30
This is my XML code which i have created for my random number generator game.
<?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.example.android.rg.gameActivity"
android:background="#E0F7FA" >