Revision as of 12:32, 1 September 2017 by Bojan (talk | contribs) (Created page with "=widget_en_mediaaction_photo.xml= Category:XML_files Internal layout of GnMediaAction widget. This layout should be used as is, if custom editing is required then a...")
widget_en_mediaaction_photo.xml
Internal layout of GnMediaAction 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="23dp" android:layout_height="23dp" gn:style="@style/dropdownAutoCompleteText_internal_button"/> </FrameLayout>