summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_infowindow_content.xml
Commit message (Collapse)AuthorAgeFilesLines
* [android] make text not selectable to fix infowindow issues caused because ↵Pablo Guardiola2017-08-071-2/+2
| | | | selectable text consumes the click event (#9717)
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-281-1/+2
| | | | * [android] - fix lint issues SDK
* [android] - mark non-translatable resources, remove debug string resources, ↵Tobrun2017-03-281-3/+0
| | | | expose strings in public.xml for resource overloading. (#8530)
* [WIP] InfoWindow refactor (#8080)Pablo Guardiola2017-02-281-48/+47
| | | | | | | | | | * [android] remove unnecessary info window class and add bubble layout * fix some PR comments (remove hungarian notation, make bubble popup helper package protected and fix some code style issues) * refactor replace enum in favor of intdef * make bubble layout package protected and remove useless info window tip view class
* Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-021-0/+56
* [android] - add library resource prefix * update SDK resources with prefix * fixup tests