Y ykucuk Well-Known Member Licensed User Longtime User Feb 23, 2013 #1 Hello , is there way add map as round ? there is sample like what i need to do http://www.onlymobilepro.com/wp-content/uploads/2012/10/circle03.jpg thank you
Hello , is there way add map as round ? there is sample like what i need to do http://www.onlymobilepro.com/wp-content/uploads/2012/10/circle03.jpg thank you
Mark Read Well-Known Member Licensed User Longtime User Feb 23, 2013 #2 Have you looked in the beginners guide at section 15.2.3 (simple draw functions)? Using layers with a top layer containing a circle with transparent middle. I could image that that would work. Regards Mark Upvote 0
Have you looked in the beginners guide at section 15.2.3 (simple draw functions)? Using layers with a top layer containing a circle with transparent middle. I could image that that would work. Regards Mark
Y ykucuk Well-Known Member Licensed User Longtime User Aug 30, 2013 #3 hi again, i can round panels and buttons with set background (ColorDrawable) i try make it with map but there is no parameter in map objects but no way i tried make panel round and put map inside of panel (panel.addview()) like layer but no way also panel turn to round but map is not inside of panel and its rectangle any help ? Upvote 0
hi again, i can round panels and buttons with set background (ColorDrawable) i try make it with map but there is no parameter in map objects but no way i tried make panel round and put map inside of panel (panel.addview()) like layer but no way also panel turn to round but map is not inside of panel and its rectangle any help ?
Erel B4X founder Staff member Licensed User Longtime User Aug 31, 2013 #4 Have you tried to put the panel over the map? Leave a transparent circle inside of it. Upvote 0