Hi ppl,
I want to make a drop down menu, like a status menu, that is hidden when the activity starts, and when it's pressed or slid it opens like the image below..
i[dot]stack[dot]imgur[dot]com/jeq5z.png
My layout currently has a RelativeLayout for the top bar and a ScrollView for the text.. between those, i'd like to put the menu..
Thanks in advance
Use a SlidingDrawer. Its deprecated but works just as well.
In case you want to pull it from top to bottom, take a look at this implementation.
http://w2davids.wordpress.com/android-slidingdrawer-top-down-style/
Related
Hi all,
I would like to know if this is possible - Removing the "Calendar" & "Contacts" buttons from my Today Screen (you know, the last row...), which will result in the bottom row of the screen to show the shortcut icons (Wireless Manager, Screen Rotation, Battery, etc.)
EDIT" Damn, why is my title truncated?
http://forum.xda-developers.com/viewtopic.php?t=27331&highlight=vjtoggletoday
a similar-ish project, which doesn't hide the soft keys bar, but I'm sure it's possible for the author to add that;
http://forum.xda-developers.com/viewtopic.php?t=44938&highlight=green
Wisbar Advance Desktop will do this for you, you also have the choice to remove the top bar as well =)
Trying to set up as much of my main menus to be as finger friendly as possible but find the much used (instead of Alt + Tab) Quick Menu icon (in the top right hand corner) small and difficult to operate - the drop menu itself is fine.
Does anyone know of a tweak or app to size it up a little. Annoyingly probably the most laggy drop menu as well - but that is a different storey.
Thanks in advance.
Yep, I'd be interested in that too.
Moreover since I use my leather protection case.
That's no problem:
Go to the QuickMenu settings -> second tab -> there is something called "...spacing..." or "...item distance..." (I have Russian version, other name ) -> increase the value to "10"!
You can also replace the original menu, so you don't have to hit the Window icon in the top left corner, can also be found in the settings.
Cheers!
Koffein Schluck said:
That's no problem:
Go to the QuickMenu settings -> second tab -> there is something called "...spacing..." or "...item distance..." (I have Russian version, other name ) -> increase the value to "10"!
You can also replace the original menu, so you don't have to hit the Window icon in the top left corner, can also be found in the settings.
Cheers!
Click to expand...
Click to collapse
It's called "Menu item edge", and for me the best value is 8.
Good: it seems there is a solution - but unable to find the Quick Menu settings.....Have been looking through the normal menus but are they perphaps in the registry (apologies for the ignorance but new to WinMo).
you can find the settings in the QuickMenu itself xD
I'd really like to see two things from QuickMenu for finger friendliness:
1. option for scrolling instead of cascading menus (with a decent implementation of scrolling of course)
1a option to have menus cover the width of the screen
2. option to have the "Running Tasks" submenu come up when the upper right corner of the taskbar is tapped (decent task manager functionality is already built in)
2a option to specify what task manager utility is launched from the "Running Tasks" submenu
Hi All,
today i installed SPB Pocket Plus, a great app, but when i want to customize it, i experienced a problem, i could not view items in a drop down menu, it just shows 1 item and could not select another.
For example; when i want to change the Tab header position, it give me a dropdown menu, default is 'On Top', but i could not select another
could i change the settings for a dropdown menu in the registry, of is there somewhere a fix for it?
Using a Deepshining ROM with WM 6.5.
Thanks in advance!
i had the exact same problem which look like to be a rom issue but you can use the down arrow on the d-pad,it'll get u to the next option
when i press on the Down button on the d-pad. nothing happens.
There must be a registry tweak to modify the length of the dropdown menu.
looks like the SPB software modified is, because when i remove it, i could change 'button behaviour' . after installing SPbs software i couldn't.
when typing a character when the dropdown menu is selected it will change it., so defenately the length of the menu is not set correctly.
it used to work for me but all of theat was gone when i updated my rom,ofcourse i don't suggest that u do that for such a minor issue
it used to work for me but all of that was gone when i updated my rom,ofcourse i don't suggest that u do that for such a minor issue,sorry posted twice.
Hi (I'm new here!)
I'm trying to set up my Touch 2 so that it looks and feels exactly how I want it, and I'm nearly there. The only issue I have is the bottom bar. On the home screen it current has "Phone" and "Contacts" as its default, and I'd love to either change it or (preferably) remove the bottom bar completely. I trawled through the user guide from htc.com and I've tried using the Search here to no avail so I just thought I'd ask. Any clues?
Thanks in anticipation....
(by the way, how do I take a screenshot of my phone to post on here?)
Hello,
I think you mean the softkeys...well, as far as i know there is no option to remove them but you can change them with this tool:
h__p://forum.xda-developers.com/showthread.php?t=418151
advanced config > menu > key mapping
Laberkopf
To make a screen shot you can use this program...but there are many more.......when you search
First of all, I'm sorry if this is in the wrong section. I posted this to androidforums too but it seems the topic was complicated so people didn't even bother to answer my thread.
Hi, I'm new to android. I am used to code in C#, and I'm also developing an application for Windows Phone 7. I found out that creating a simple layout in android took a lot more of effort comparing to Windows Phone 7.
I'm going to create this main menu layout that looks similar to Robo Defense's main menu (the menu where you choose to start game, view achievement, etc).
note: I already added the landscape screen orientation and the fullscreen mode to the AndroidManifest. xml.
If you have already played robodefense, you can understand what menu that I'm talking about.
It was easy to create that kind of main menu in Windows Phone 7, but I had difficulties in Android when trying to design it from the main xml file.
I was thinking of using a LinearLayout, and then put a TextView inside the LinearLayout. And after that, I put a TableLayout for the buttons under the TextView. What bugs me is that the table didn't show up, only the text view was displayed.
Then I changed to using LinearLayout again but then put a TableLayout, then put the TextView inside the TableLayout (into a TableRow), hoping that it would be centered inside the table above the buttons. The result is still bad.
The "Title Bar" isn't centered inside the table, and the table layout creates a tablerow with two elements, one of which is empty, and the rows below it change their widths to fit the rows above them.
So that's it, i'm stuck here. What should I do? Any help is appreciated, thank you