Button colorbutton = (Button) findViewById(R.id.colorbutton);
colorbutton.setEnabled(false);
<Button
android:id="@+id/colorbutton"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:text="@string/Change color"
android:enabled="false"
/>