I would like to know how to change the border color of the EditText view in android to something else...
This is my edittext view:
<EditText
android:
android:id="@+id/codeEditText"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/btnEqual"
android:layout_marginTop="20dp"
android:ems="10"
android:gravity="top|left"
android:inputType="textMultiLine|textNoSuggestions"
android:scrollbars="vertical"
android:singleLine="false" >
Thanx upfront.
There is a great Widget generator that could do all the job for you, it worked great for me.
You just have to pick your color and which widget you want (EditText for example) then you will get a xml file in the drawable directory, you should set this xml as the background of your Widget and your Done!
http://android-holo-colors.com/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With