widget_en_autocompletetextview.xml
Internal layout of Dropdown autocomplete text widget.
This layout should be used as is, if custom editing is required then a ginstr app developer will modify it.
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <AutoCompleteTextView android:id="@+id/autoCompleteTextView" android:layout_width="match_parent" android:layout_height="wrap_content" gn:style="@style/dropdownAutoCompleteText_internal_autoComplete"/> <com.ginstr.widgets.GnButton android:id="@+id/clearButton" android:layout_width="25dp" android:layout_height="25dp" gn:style="@style/dropdownAutoCompleteText_internal_button"/> </FrameLayout>