xmllayoutbuilder

  1. N

    Android Question [SOLVED]XmlLayoutBuilder Question ?

    I want clear the edittext's underline , so I use xmlLayoutBuilder to load a xml . This is my code : <EditText android:id="@+id/edittext" android:layout_width="260dip" android:layout_height="50dip" android:textCursorDrawable="@null" android:background="#00000000"...
Top