How can I suggest a feature for the Google Android team?

I was looking for an easy way to add borders to custom Views (Connections or something else), and the only answer I found was that there was no built-in support for this. Instead, there are suggestions that you should add β€œViews” on the top / bottom of the β€œView” on which you want to set the borders, and many other really dirty ways to get the borders.

Based on the .NET environment, which is pretty cruel, you need to do an ugly workaround and hacks to get something as simple as boundaries.

So I want to offer this feature to the Android team. I'm not sure how they could have missed this, but he certainly missed =)

So, is there an official way to suggest a feature in the SDK / framework? I looked around a bit, but can’t comment on their blogs, no email addresses as far as I can tell.

+7
android
source share
3 answers

Put your offer on google code .

+5
source share

You can easily create a Drawable subclass that draws any border you want, and reports a complement for that border and sets it as the background of the view you want to draw using the border. Or set it to FrameLayout so that the border is placed around other views inside the frame.

+1
source share

sorry 8 years later. The link below has a Feedback section with a link to feature requests
https://source.android.com/source/community.html

0
source share

All Articles