Java tutorial
//package com.java2s; import android.graphics.Color; public class Main { public static int greyBackgroundColor() { return Color.argb(255, 234, 234, 234); } }