Re: [android-developers] Android google Map with twice screen height

2016-05-26 Thread TreKing
On Wed, May 25, 2016 at 4:28 PM, Alex Donchuk  wrote:

> How can i make map(lite mode) twice large than screen and scroll(vertical)
> it using scrollview? I want to show long path with many additional info and
> i need to scroll through this path down!


Your question is not entirely clear, but first thing is that MapView
handles its own scrolling, so putting it in another scrolling container is
mostly counter-productive.

I don't understand what you're actually trying to do, so I can't offer a
suggestion besides take it out of the scrollview.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANCScghxXF1%3Da9kczxAEkFnvYLGGLqy%3D8fF%2BOfUH-k3Kw4fCog%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android google Map with twice screen height

2016-05-25 Thread Alex Donchuk


How can i make map(lite mode) twice large than screen and scroll(vertical) 
it using scrollview? I want to show long path with many additional info and 
i need to scroll through this path down!

Thanks.

p.s. I try to put mapView in LinearLayout(fix height 400dp) in ScrollView 
with out luck =(

http://schemas.android.com/apk/res/android"xmlns:map="http://schemas.android.com/apk/res-auto"android:layout_width="match_parent"android:layout_height="match_parent"android:background="#F7F7F7"android:orientation="vertical;>


http://schemas.android.com/apk/res/android;
android:id="@+id/scrollView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ff"
android:fillViewport="true"
android:orientation="vertical">





   




-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/dfa76086-4276-4ebe-8fb2-df6b31d23835%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.