I display a result in an EditText, whose value I don't want to allow the user to change: I used EditText as I want the result to look better than a corresponding label but be obvious that it's the value corresponding to the Label. I've set it (by code using setFocusableInTouchMode command) to disallow focus on it as well as setting Enable=False (in the Designer).
However (though the user can't get focus on it or change its value, as I wanted), it looks bad i.e. it's in a shaded box with a white line through it. Is there any way that I can improve the look of the value?
If it's suggested that I replace the EditText by another view, is there any way to change a view to a different type i.e. without removing the EditText & adding the new view?
However (though the user can't get focus on it or change its value, as I wanted), it looks bad i.e. it's in a shaded box with a white line through it. Is there any way that I can improve the look of the value?
If it's suggested that I replace the EditText by another view, is there any way to change a view to a different type i.e. without removing the EditText & adding the new view?