Hi Erel!! I'll resurrect this thread
I my application I want to put an activity with some EditView's, but depending on some conditions, the user can not edit the content. (to be read-only)
If left in "Enabled = False" works, but the color is bad for reading.
There is the case of using a LabelView in place of EditView, since in some cases the user can edit.
In this layout I have several fields, if they all always have the same behavior (editable or not), I can create two layouts: one with just LabelView and another with only EditView.
But if you just need some fields become editable already gets more complicated.
Have any other suggestions?
or
Can I change the appearance of EditView so it is disabled keep the same appearance when enabled?
Tks