I realize it's been over a month since you asked this question so you
may have got the answer somewhere else or figured it out by now but
without knowing anything about your code, it sounds like you have
android:layout_height="fill_parent" when you should have
android:layout_height="wrap_content"

Hope this helps someone else if not you

On Jul 22, 12:54 am, sasq <[email protected]> wrote:
> It seems to me that per default, the ONLY thing a SlidingDrawer
> provides is a fancy way of switching between to fullscreen views.
>
> Have I missed something or can you position the drawer so it only
> covers part of the screen without doing some hacks?
> Right now I am setting android:topOffset to a hardcoded value which
> obviously only works for my particular resolution...
>
> (FYI I am using it for a button panel that slides up on top of a
> playlist for controlling the currently playing song).

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to