I have a layout with a button and EditText fields IF I call the layout using intent intent.setClass(getApplicationContext(), eedsClientActivity.class... startActivity(....
The Buttons have a light gray background neat black text and the EditText a white background IF I call the layout using inflate inflate.inflate(R.layout.client_single, parent); The Buttons have a dull gray background , Large white text and the EditText appear transparent, almost see through background slightly grayish Why the Difference it is the same .xml layout ?? What additionally is called By intent that inflate does not call ? thanks in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

