Last active
June 1, 2019 22:54
-
-
Save Ikhiloya/e85b7dac28e4821832bdb86991c0e238 to your computer and use it in GitHub Desktop.
Google Places Autocomplete Support Fragment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <fragment android:id="@+id/autocomplete_fragment" | |
| android:layout_width="match_parent" | |
| android:layout_height="wrap_content" | |
| android:name="com.google.android.libraries.places.widget.AutocompleteSupportFragment" | |
| /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment