I’ve lost the Orange Highlight effect for EditText after implemented Round Corner effect using this code. Could someone tell me how to retrive the Highlight effect?
Thank you
round_corner_button_bg.xml
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<corners android:radius="5dp" />
<gradient
android:angle="45"/>
<padding
android:left="10dp"
android:top="10dp"
android:right="10dp"
android:bottom="10dp" />
<solid
android:color="#FFF" />
</shape>
EditText.xml
<EditText
android:id="@+id/loginPassword"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/round_corner_button_bg"
android:password="true" />
If you meen onClick orange effect try to surround code with ” properties and have color for onClicked and normal: