Friday, June 17, 2011

Where did I put that?

I'm trying to figure out how I set the disable background color on my edit text. It's clearly been changed; I just can't trace it.

How about i just do a general search on Android change disabled color

Nothing. I give. On this







I'm going with desert sand #FEE8D6

Good enough. Now, where did I specify the to highlight it?

Here:

style="@style/CodeFont"
android:selectAllOnFocus="true"
android:inputType="number" android:layout_width="wrap_content"
android:textSize="@dimen/standard_size" android:layout_height="wrap_content"
android:gravity="right" android:paddingRight="30dp" />

And done.

No comments:

Post a Comment