This repository has been archived by the owner on Feb 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 210
RelativeLayout with button #53
Labels
Comments
FloatingView executes a click event only for the top level view.
|
Thanks YoshihideSogawa, that's work, but if I need to add more button in RelativeLayout, that does not work. |
Sample code please |
MapRelativeLayout class
|
FloatingView only supports clicking of one View. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I trying to create the RelativeLayout class to replace the iconView
final ImageView iconView = (ImageView) inflater.inflate(R.layout.widget_mail, null, false);
like is
final MapRelativeLayout mapView = new MapRelativeLayout(getApplicationContext());
the mapView can show on screen, but the button OnClickListener is not working,
How can I fix it?
and there is my MapRelativeLayout class
The text was updated successfully, but these errors were encountered: