android - Position of builtInZoomControls in WebView and MapView -


I noticed that the position of the inzoom controls created in WebView (bottom, horizontal rights) does not conform to the default state in MapView (below , Horizontal center).

1) Why is it not compatible? (Possibly a question should be asked by Google)

2) Is there a way of horizontal center on the webview's builtin zoom control without implementing custom zoom controls? Or is this the only way?

From my experience with Android UI, what I have seen here

    < Li> When using map activity, there is no reason to actually do the right, you are looking at a map, i.e. A 2D surface that can be scrolled in vol.

When browsing a website, most of the content starts on the left and runs right.

Therefore, to keep it out in the lower right way while browsing the web in control, when the map (where zoom control is more important), the control should be more important, thus Go to the center, where it is still not here.

  1. Before reading your post, I was suggesting using custom zoom control, but I know that you have already thought about it. If the control centered on your center is essential for your application, then the custom control I think is the path I take.

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -